Renamed middleware, and fixed the test
This commit is contained in:
parent
013dde75ae
commit
ccf3e3511f
3 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ class Kernel extends HttpKernel
|
|||
'can' => Authorize::class,
|
||||
'bindings' => SubstituteBindings::class,
|
||||
'recaptcha' => VerifyReCaptcha::class,
|
||||
'maintenance' => MaintenanceMiddleware::class,
|
||||
'node.maintenance' => MaintenanceMiddleware::class,
|
||||
|
||||
// Server specific middleware (used for authenticating access to resources)
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue