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