Archived
1
0
Fork 0

Remove app/Http/Middleware/TrustProxies.php as we don't need to subclass it.

This commit is contained in:
Henrik Hautakoski 2023-01-29 19:32:19 +01:00
parent 931996004e
commit 4dd7ed6726
2 changed files with 1 additions and 29 deletions

View file

@ -15,7 +15,7 @@ class Kernel extends HttpKernel
*/
protected $middleware = [
\Illuminate\Session\Middleware\StartSession::class,
\App\Http\Middleware\TrustProxies::class,
\Illuminate\Http\Middleware\TrustProxies::class,
\Fruitcake\Cors\HandleCors::class,
\Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,