From 8ec908c7c719b27163218ab1f1dc7a46e0824c9e Mon Sep 17 00:00:00 2001 From: M011N1N6 Date: Thu, 6 Mar 2025 03:16:04 +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 0555ba7..a792459 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.' + description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update' )] class UpdateSoftwareCommand extends Command {