From cc0057cc56cb6408c3231dde8f0ce431620e5320 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 14 Jan 2017 17:24:30 +0100 Subject: [PATCH] Rename command [skip ci] --- app/Console/Commands/EncryptFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/EncryptFile.php b/app/Console/Commands/EncryptFile.php index 415649f9a4..1ff271a9e5 100644 --- a/app/Console/Commands/EncryptFile.php +++ b/app/Console/Commands/EncryptFile.php @@ -35,7 +35,7 @@ class EncryptFile extends Command * * @var string */ - protected $signature = 'firefly:encrypt {file} {key}'; + protected $signature = 'firefly:encrypt-file {file} {key}'; /** * Create a new command instance.