Themosis\Facades\View::getFacadeAccessor PHP Method

getFacadeAccessor() protected static method

The key must be the same as the one used when registering the service provider.
protected static getFacadeAccessor ( ) : string
return string
    protected static function getFacadeAccessor()
    {
        return 'view';
    }