From 5124ca1738e0142c9c2b4d666417e105f7634360 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 11 May 2025 14:24:59 +0200 Subject: [PATCH] Introduce change for CI to catch. --- app/Console/Commands/Upgrade/UpgradesDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.}'; /**