hasOne('Product\Product\Models\Category'); } /** * The order that belong to the product. */ public function order(){ return $this->hasMany('Product\Product\Models\Order'); } }