Rename command [skip ci]

This commit is contained in:
James Cole 2017-01-14 17:24:30 +01:00
parent 1ce49b814b
commit cc0057cc56
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -35,7 +35,7 @@ class EncryptFile extends Command
* *
* @var string * @var string
*/ */
protected $signature = 'firefly:encrypt {file} {key}'; protected $signature = 'firefly:encrypt-file {file} {key}';
/** /**
* Create a new command instance. * Create a new command instance.