App\Facades\SettingFacade::getFacadeAccessor PHP Méthode

getFacadeAccessor() protected static méthode

Get the registered name of the component.
protected static getFacadeAccessor ( ) : string
Résultat string
    protected static function getFacadeAccessor()
    {
        return 'Setting';
    }
SettingFacade