From 92d13aee50a0dfc68acf0e4ace499e4478a3a77e Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 22 May 2025 17:02:12 +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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index b75b30db..d9785fde 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1292,11 +1292,6 @@ class CronController extends Controller ->asArray() ->all(); - /*TODO Отключить при выкатке*/ - // Для тестирования - if ($offset > 0) { - break; - } if (empty($usersTelegram)) { break; } -- 2.39.5