diff --git a/bootstrap/app.php b/bootstrap/app.php index e53b812f..7be05339 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -16,15 +16,15 @@ return Application::configure(basePath: dirname(__DIR__)) ) ->withMiddleware(function (Middleware $middleware) { $middleware->appendToGroup('web', [ - ApplicationSession::class, SwapinAuthUser::class, + ApplicationSession::class, CheckUpdate::class, ]); $middleware->prependToGroup('api', [ EncryptCookies::class, - ApplicationSession::class, SwapinAuthUser::class, + ApplicationSession::class, AllowAnonymous::class, ]); diff --git a/resources/themes/architect/views/layouts/partials/topmenu.blade.php b/resources/themes/architect/views/layouts/partials/topmenu.blade.php index 45c455d7..d2a7652f 100644 --- a/resources/themes/architect/views/layouts/partials/topmenu.blade.php +++ b/resources/themes/architect/views/layouts/partials/topmenu.blade.php @@ -124,7 +124,7 @@ --}}