belongsTo('App\User','proposer_id'); } public function business_item_variation() { return $this->belongsTo('App\BusinessItemVariation'); } }