From ff1c61f1352074b746b1657633d932980f1888b6 Mon Sep 17 00:00:00 2001 From: M011N1N6 Date: Thu, 6 Mar 2025 03:24:24 +0330 Subject: [PATCH] Update UpdateSoftwareCommand.php --- hesabixCore/src/Command/UpdateSoftwareCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Command/UpdateSoftwareCommand.php b/hesabixCore/src/Command/UpdateSoftwareCommand.php index a792459..d0d2a18 100644 --- a/hesabixCore/src/Command/UpdateSoftwareCommand.php +++ b/hesabixCore/src/Command/UpdateSoftwareCommand.php @@ -14,7 +14,7 @@ use Symfony\Component\Lock\LockFactory; #[AsCommand( name: 'hesabix:update', - description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update' + description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update!' )] class UpdateSoftwareCommand extends Command {