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