From 979d5c579b7d14f5dda2cce868327725f6d68d9d Mon Sep 17 00:00:00 2001 From: JC5 Date: Sun, 11 May 2025 14:28:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-05-11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ef183c45af..b6e5764dd4 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.}'; /**