morphedByMany(Article::class, 'categorizable'); } public function Shelves() { return $this->morphedByMany(Category::class, 'categorizable'); } public function CategoryTree() { return $this->belongsTo(app('rinvex.categories.category'),'category_id'); } }