10000 add middleware · pp-spaces/laravel@4369e91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4369e91

Browse files
committed
add middleware
1 parent 10340d3 commit 4369e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Kernel extends HttpKernel
5757
'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class,
5858
'can' => \Illuminate\Auth\Middleware\Authorize::class,
5959
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
60+
'signed' => \Illuminate\Routing\Middleware\ValidateSignature::class,
6061
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
6162
];
6263
}

0 commit comments

Comments
 (0)
0