Update Http Kernel

This commit is contained in:
Daniel Supernault 2019-10-01 18:35:42 -06:00
parent 0397c959f0
commit 715166fc67
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -40,6 +40,7 @@ class Kernel extends HttpKernel
'api' => [
'throttle:60,1',
'bindings',
\Barryvdh\Cors\HandleCors::class,
],
];