From 8c9e0ff85a1f09910241c3c2e0dd0e50556bb2a9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Feb 2017 14:04:13 +0200 Subject: [PATCH] Set better description to superhelio:reload --- src/Commands/Reload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Reload.php b/src/Commands/Reload.php index ab29c5a..9b8d8e4 100644 --- a/src/Commands/Reload.php +++ b/src/Commands/Reload.php @@ -18,7 +18,7 @@ class Reload extends Command * * @var string */ - protected $description = 'Delete database tables, migrate and run seeds'; + protected $description = 'Rollback migrations, migrate and run seeds'; /** * Create a new command instance.