some good progress, lots of testing needs to be done on the new inclusion of SubstituteBindings

This commit is contained in:
spencerrlongg
2024-03-08 18:24:41 -06:00
parent eac01868ca
commit b239b3a4db
4 changed files with 61 additions and 78 deletions
+1
View File
@@ -48,6 +48,7 @@ class Kernel extends HttpKernel
'api' => [
'auth:api',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
];