mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -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
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'snipeit:pave
|
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.
|
* The console command description.
|
||||||
|
|
Loading…
Reference in a new issue