hasMany('App\ShippingRule'); } public function categories() { return $this->belongsToMany('App\Category'); } public function shipping_methods() { return $this->belongsToMany('App\ShippingMethod'); } }