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 d7d57e6 commit 9f94357Copy full SHA for 9f94357
src/Commands/RenameCommand.php
@@ -72,7 +72,7 @@ public function handle()
72
private function renameKey()
73
{
74
try {
75
- list($file, $key) = explode('.', $this->argument('key'), 2);
+ list($file, $key) = explode('.', $this->argument('oldKey'), 2);
76
} catch (\ErrorException $e) {
77
$this->error('Could not recognize the key you want to rename.');
78
0 commit comments