App\Facades\SettingFacade::getFacadeAccessor PHP Метод

getFacadeAccessor() защищенный статический Метод

Get the registered name of the component.
protected static getFacadeAccessor ( ) : string
Результат string
    protected static function getFacadeAccessor()
    {
        return 'Setting';
    }
SettingFacade