We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e9f9 commit f833abfCopy full SHA for f833abf
src/Console/Commands/DumpCommand.php
@@ -85,7 +85,7 @@ protected function write($dump)
85
foreach($groups as $group => $content) {
86
$path = $lang_path."/{$locale}";
87
if(!\File::exists($path)) {
88
- \File::makeDirectory($lang_path, 0755, true);
+ \File::makeDirectory($path, 0755, true);
89
}
90
91
$file = $path."/{$group}.php";
0 commit comments