belongsTo('App\Business'); } public function user() { return $this->belongsTo('App\User'); } }