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