From eba6574047b11f17b589ba184e91f794f80ca290 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Wed, 22 Jun 2016 15:13:43 -0400 Subject: [PATCH] Add a space to the signature to make the --soft option work. --- app/Console/Commands/PaveIt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/PaveIt.php b/app/Console/Commands/PaveIt.php index b9c1c052c7..12b3428927 100644 --- a/app/Console/Commands/PaveIt.php +++ b/app/Console/Commands/PaveIt.php @@ -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.