mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
plugin management + user tables and torrents table text column migrate
This commit is contained in:
+3
-1
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Http;
|
||||
|
||||
use App\Http\Middleware\Filament;
|
||||
use App\Http\Middleware\Locale;
|
||||
use Illuminate\Foundation\Http\Kernel as HttpKernel;
|
||||
|
||||
@@ -49,7 +50,8 @@ class Kernel extends HttpKernel
|
||||
],
|
||||
'filament' => [
|
||||
\Illuminate\Session\Middleware\StartSession::class,
|
||||
\Filament\Http\Middleware\Authenticate::class,
|
||||
// \Filament\Http\Middleware\Authenticate::class,
|
||||
Filament::class,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user