app\Business::getHasPhoneAttribute PHP Method

getHasPhoneAttribute() public method

    public function getHasPhoneAttribute()
    {
        return !is_null($this->local_phone);
    }