From 8fac4f916fff19641bea50668f5597c1d33987a2 Mon Sep 17 00:00:00 2001 From: M011N1N6 Date: Thu, 6 Mar 2025 05:27:20 +0330 Subject: [PATCH] Update UpdateSoftwareCommand.php --- hesabixCore/src/Command/UpdateSoftwareCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hesabixCore/src/Command/UpdateSoftwareCommand.php b/hesabixCore/src/Command/UpdateSoftwareCommand.php index a88cd77..b351850 100644 --- a/hesabixCore/src/Command/UpdateSoftwareCommand.php +++ b/hesabixCore/src/Command/UpdateSoftwareCommand.php @@ -1,5 +1,6 @@ getVerbosity() >= OutputInterface::VERBOSITY_NORMAL ? $message . "\n" : ''; file_put_contents($this->stateFile, json_encode($state)); } -} \ No newline at end of file +}