belongsTo(User::class, 'creator_id', 'id'); } public function products() { return $this->morphedByMany(Product::class, 'categorizable'); } }