Add a space to the signature to make the --soft option work.

This commit is contained in:
Daniel Meltzer 2016-06-22 15:13:43 -04:00
parent dd1241f964
commit eba6574047

View file

@ -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.