Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Nov 7, 2023
1 parent 2d3c767 commit 8ef5829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions src/AdminServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class AdminServiceProvider extends ServiceProvider
protected array $routeMiddleware = [
'admin.auth' => Middleware\Authenticate::class,
'admin.bootstrap' => Middleware\Bootstrap::class,
'admin.session' => Middleware\Session::class,
'admin.permission' => Middleware\Permission::class,
'sanctum' => Middleware\EnsureFrontendRequestsAreStateful::class,
'substitute' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
Expand All @@ -36,7 +35,6 @@ class AdminServiceProvider extends ServiceProvider
'admin' => [
'admin.auth',
'admin.bootstrap',
'admin.session',
'admin.permission',
'sanctum',
'substitute',
Expand Down
22 changes: 0 additions & 22 deletions src/Middleware/Session.php

This file was deleted.

0 comments on commit 8ef5829

Please sign in to comment.