Преглед изворни кода

Fix a typo in the proxy configuration

Pierre Jaury пре 7 година
родитељ
комит
91a8f919de
1 измењених фајлова са 1 додато и 1 уклоњено
  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', '')),
 ];