diff --git a/app/Console/Commands/Upgrade/UpgradesDatabase.php b/app/Console/Commands/Upgrade/UpgradesDatabase.php index b6e5764dd4..ef183c45af 100644 --- a/app/Console/Commands/Upgrade/UpgradesDatabase.php +++ b/app/Console/Commands/Upgrade/UpgradesDatabase.php @@ -40,7 +40,7 @@ class UpgradesDatabase extends Command { use ShowsFriendlyMessages; - protected $description = 'Upgrades the database to the latest version.'; + protected $description = 'Upgrades the database to the latest version.'; protected $signature = 'firefly-iii:upgrade-database {--F|force : Force all upgrades.}'; /**