hasMany('App\Order'); } public function business_item_variation () { return $this->belongsTo('App\BusinessItemVariation'); } }