belongsTo('Product\Product\Models\Brand'); } /** * The category that belong to the product. */ public function category(){ return $this->belongsTo('Product\Product\Models\Category'); } }