use class name to be consistent with web middleware

This commit is contained in:
Taylor Otwell 2019-12-18 12:02:46 -06:00
parent 89e83915e9
commit 140d4d9b0a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Kernel extends HttpKernel
'api' => [
'throttle:60,1',
'bindings',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
];