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.