morphTo(); } /** * @return MorphMany */ public function schedules(): morphMany { return $this->morphMany(Schedule::class, 'owner'); } }