We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e442080 commit bbe0009Copy full SHA for bbe0009
src/Commands/BaseCommand.php
@@ -255,7 +255,7 @@ private function saveLocaleFile()
255
}
256
$content = "<?php\n\nreturn ".var_export($locales, true).';'.infy_nl();
257
g_filesystem()->createFile($path.$fileName, $content);
258
- $this->comment("\nModel Locale File saved: ");
+ $this->comment("\nModel Locale File saved.");
259
$this->info($fileName);
260
261
0 commit comments