Merge pull request #2188 from dmeltzer/paveit-syntax-fix

Add a space to the signature to make the --soft option work.
This commit is contained in:
snipe 2016-06-22 12:16:25 -07:00 committed by GitHub
commit 3470fd57ef

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.