Merge pull request #10288 from firefly-iii/release-1746966536

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-05-11 14:29:03 +02:00
committed by GitHub

View File

@@ -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.}';
/**