Refactor upgrade and verify commands.

This commit is contained in:
James Cole
2019-03-23 08:10:59 +01:00
parent a89be86ca4
commit 1b0be2a47e
32 changed files with 1883 additions and 873 deletions

View File

@@ -34,7 +34,7 @@ class UpgradeDatabase extends Command
*
* @var string
*/
protected $description = 'Executes all upgrade commands.';
protected $description = 'Upgrades the database to the latest version.';
/**
* The name and signature of the console command.
*