eloquent-has-many-deep icon indicating copy to clipboard operation
eloquent-has-many-deep copied to clipboard

doesn't work together jsonRelation

Open BUGOVER opened this issue 4 years ago • 0 comments

$this->hasManyDeepFromRelations($this->cities(), (new City())->franchisees());

City public function franchisees(): HasManyJson { return $this->hasManyJson(FranchiseRegion::class, 'city->ids', 'city_id'); }

BUGOVER avatar Mar 27 '20 08:03 BUGOVER