@@ -35,7 +35,7 @@ |
||
35 | 35 | { |
36 | 36 | $locale = explode(",", preg_replace("/\;q=\d.\d/", "", $locale)); |
37 | 37 | |
38 | - return collect($locale)->first(function ($locale) { |
|
38 | + return collect($locale)->first(function($locale) { |
|
39 | 39 | return $this->isLocaleSupported($locale); |
40 | 40 | }); |
41 | 41 | } |