From ff722f8406ccf7e62598114953998922abc9d289 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 22 May 2025 17:00:58 +0300 Subject: [PATCH] =?utf8?q?[ERP-415]=20=D0=90=D0=BA=D1=82=D1=83=D0=B0=D0=BB?= =?utf8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D1=81=D1=82=D0=B0=D1=82?= =?utf8?q?=D1=83=D1=81=D0=BE=D0=B2=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81?= =?utf8?q?=D0=BA=D0=B8=20=D0=B2=20=D0=A2=D0=B5=D0=BB=D0=B5=D0=B3=D1=80?= =?utf8?q?=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 52b78a6e..b75b30db 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1277,7 +1277,7 @@ class CronController extends Controller /** * Обновление статуса подписки пользователя в Телеграмм. */ - protected function actionUpdateUserSubscribe() + public function actionUpdateUserSubscribe() { $time_start = microtime(true); $batchSize = 500; -- 2.39.5