Migration complete
This commit is contained in:
@@ -21,6 +21,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
if( $request->is('manage*'))
|
||||
abort(403);
|
||||
});
|
||||
$middleware->append(\App\Http\Middleware\CheckXenForoUserState::class);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user