Skip to content

Commit bbe0009

Browse files
committed
fix: minor fix
1 parent e442080 commit bbe0009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private function saveLocaleFile()
255255
}
256256
$content = "<?php\n\nreturn ".var_export($locales, true).';'.infy_nl();
257257
g_filesystem()->createFile($path.$fileName, $content);
258-
$this->comment("\nModel Locale File saved: ");
258+
$this->comment("\nModel Locale File saved.");
259259
$this->info($fileName);
260260
}
261261

0 commit comments

Comments
 (0)