mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Add a space to the signature to make the --soft option work.
This commit is contained in:
parent
dd1241f964
commit
eba6574047
|
@ -29,7 +29,7 @@ class PaveIt extends Command
|
|||
* @var string
|
||||
*/
|
||||
protected $signature = 'snipeit:pave
|
||||
{--soft: Perform a "Soft" Delete, leaving all migrations, table structure, and the first user in place.}';
|
||||
{--soft : Perform a "Soft" Delete, leaving all migrations, table structure, and the first user in place.}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
|
Loading…
Reference in a new issue