@@ -193,8 +193,7 @@ |
||
193 | 193 | if (\File::exists($file)) { |
194 | 194 | $lang = \File::getRequire($file); |
195 | 195 | return collect(\Arr::dot($lang))->keys(); |
196 | - } |
|
197 | - else { |
|
196 | + } else { |
|
198 | 197 | return FALSE; |
199 | 198 | } |
200 | 199 | } |