From 3ac50c54d62965d7d530c1117c0659b00954826b Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Fri, 4 Jul 2025 20:19:40 +0300 Subject: [PATCH] =?utf8?q?[BC-278]=20=D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?utf8?q?=D1=8F=20=D0=B2=20=D0=A2=D0=B5=D0=BB=D0=B5=D0=B3=D1=80=D0=B0?= =?utf8?q?=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 202ffea3..d5687999 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -693,7 +693,7 @@ class CronController extends Controller $toSend = UsersTelegram::find() ->where(['is_blocked' => 0, 'is_registered' => 1]) ->select(['phone', 'chat_id']) - ->where(['phone' => ['79036571587', '79788649472']]) + //->where(['phone' => ['79036571587', '79788649472']]) ->asArray() ->all(); -- 2.39.5