app\Business::getFullNameAttribute PHP Method

getFullNameAttribute() public method

    public function getFullNameAttribute()
    {
        return "{$this->business_name}";
    }