bootstrap/app.php: make sure we load the trustedproxy config.
This commit is contained in:
parent
7019c1303f
commit
e8f38b0bce
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ $app->singleton(
|
|||
*/
|
||||
|
||||
$app->configure('app');
|
||||
$app->configure('trustedproxy');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Reference in a new issue