Update UpdateSoftwareCommand.php

This commit is contained in:
M011N1N6 2025-03-06 03:16:04 +03:30 committed by GitHub
parent ad803b0961
commit 8ec908c7c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
{