From 90529d4a181cd933a9439fb94c428cc721079e43 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 4 Feb 2025 16:53:16 +0300 Subject: [PATCH] remove debug --- erp24/commands/CronController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index f1fb2203..2e184ced 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -422,9 +422,9 @@ class CronController extends Controller ->column(); $testPhones = array_map('trim', explode(',', $messagesSettings->test_phones_list)); foreach ($kogortPhones as $key => $phone) { -// if (in_array($phone, $testPhones)) { -// continue; -// } + if (in_array($phone, $testPhones)) { + continue; + } if (!in_array($phone, $userBonusExist)) { $userBonus4 = new UsersBonus(); $userBonus4->phone = '' . $phone; -- 2.39.5