@@ -173,8 +173,8 @@ |
||
173 | 173 | | Cast the given "real type" to the given "type". |
174 | 174 | | |
175 | 175 | */ |
176 | - 'type_overrides' => [ |
|
176 | + 'type_overrides' => [ |
|
177 | 177 | 'integer' => 'int', |
178 | 178 | 'boolean' => 'bool', |
179 | - ], |
|
179 | + ], |
|
180 | 180 | ]; |
@@ -30,10 +30,10 @@ |
||
30 | 30 | protected $middlewareGroups = [ |
31 | 31 | 'web' => [ |
32 | 32 | \Foundation\Middleware\EncryptCookies::class, |
33 | - \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, |
|
34 | - \Illuminate\Session\Middleware\StartSession::class, |
|
35 | - \Illuminate\View\Middleware\ShareErrorsFromSession::class, |
|
36 | - \Foundation\Middleware\VerifyCsrfToken::class, |
|
33 | + \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, |
|
34 | + \Illuminate\Session\Middleware\StartSession::class, |
|
35 | + \Illuminate\View\Middleware\ShareErrorsFromSession::class, |
|
36 | + \Foundation\Middleware\VerifyCsrfToken::class, |
|
37 | 37 | \Illuminate\Routing\Middleware\SubstituteBindings::class, |
38 | 38 | ], |
39 | 39 |