Introduce change for CI to catch.

This commit is contained in:
James Cole
2025-05-11 14:24:59 +02:00
parent ac5d9b656a
commit 5124ca1738

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