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.