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 4f7f418 commit 8b05d92Copy full SHA for 8b05d92
src/Commands/RenameCommand.php
@@ -61,7 +61,7 @@ public function handle()
61
62
$this->listFilesContainingOldKey();
63
64
- $this->info('The key at '.$this->argument('oldKey').' was renamed to'.$this->argument('newKey').' successfully!');
+ $this->info('The key at '.$this->argument('oldKey').' was renamed to '.$this->argument('newKey').' successfully!');
65
}
66
67
/**
0 commit comments