1
0
Fork 0

bootstrap/app.php: make sure we load the trustedproxy config.

This commit is contained in:
Henrik Hautakoski 2022-11-17 18:31:00 +01:00
parent 7019c1303f
commit e8f38b0bce

View file

@ -60,6 +60,7 @@ $app->singleton(
*/ */
$app->configure('app'); $app->configure('app');
$app->configure('trustedproxy');
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------