hasMany(App\Models\Structure\Service::class, 'structure_id', 'structure_id'); } public function assets() { return $this->hasMany(App\Models\Structure\Asset::class, 'location_id', 'structure_id'); } }