morphMany(RoadObserved::class, 'handler'); } public function roadItemsProjects() { return $this->morphMany(RoadItemsProject::class, 'edarat'); } }