diff --git a/src/Console/Commands/DumpCommand.php b/src/Console/Commands/DumpCommand.php index 28f3b28..e17215d 100644 --- a/src/Console/Commands/DumpCommand.php +++ b/src/Console/Commands/DumpCommand.php @@ -85,7 +85,7 @@ protected function write($dump) foreach($groups as $group => $content) { $path = $lang_path."/{$locale}"; if(!\File::exists($path)) { - \File::makeDirectory($lang_path, 0755, true); + \File::makeDirectory($path, 0755, true); } $file = $path."/{$group}.php";