Fix a typo in the proxy configuration

pull/281/head
Pierre Jaury 2018-06-12 21:48:14 +02:00
rodzic b412616c28
commit 91a8f919de
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,5 +23,5 @@ return [
* how many proxies that client's request has
* subsequently passed through.
*/
'proxies' => explode(env('TRUST_PROXIES', ''), ','),
'proxies' => explode(',', env('TRUST_PROXIES', '')),
];