use class name to be consistent with web middleware
This commit is contained in:
parent
89e83915e9
commit
140d4d9b0a
|
@ -39,7 +39,7 @@ class Kernel extends HttpKernel
|
|||
|
||||
'api' => [
|
||||
'throttle:60,1',
|
||||
'bindings',
|
||||
\Illuminate\Routing\Middleware\SubstituteBindings::class,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue