Explorar o código

Fix a typo in the proxy configuration

Pierre Jaury %!s(int64=7) %!d(string=hai) anos
pai
achega
91a8f919de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/trustedproxy.php

+ 1 - 1
config/trustedproxy.php

@@ -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', '')),
 ];