From a40fd4f148b9224c1f7ab7a30b3abbc71e81a1f0 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 4 Feb 2025 16:36:26 +0300 Subject: [PATCH] debug comment test phones --- 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 2e184ced..f1fb2203 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