morphedByMany(Course::class, 'taggable'); } public function libraryItems() { return $this->morphedByMany(LibraryItem::class, 'taggable'); } public function episodes() { return $this->morphedByMany(Episode::class, 'taggable'); } }