);
if (!empty($toSend)) {
- foreach ($toSend as $telegramUser) {
+ foreach ($toSend as $key => $telegramUser) {
$messageData = [];
$messageData['chat_id'] = $telegramUser['chat_id'];
$messageData['phone'] = $telegramUser['phone'];
$this->stdout(
- "Рассылка телеграма {$toSend[0]['chat_id']} . 1 \n",
+ "Рассылка телеграма {$toSend[$key]['chat_id']} . 1 \n",
BaseConsole::FG_GREEN
);
]));
$this->stdout(
- "Рассылка телеграма {$toSend[0]['chat_id']} . 2\n",
+ "Рассылка телеграма {$toSend[$key]['chat_id']} . 2\n",
BaseConsole::FG_GREEN
);