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