app\Business::user PHP Method

user() public method

Get business user.
public user ( ) : belongsTo
return belongsTo
    public function user()
    {
        return $this->belongsTo('App\\User');
    }