producion changes

This commit is contained in:
Hamidreza Ranjbarpour
2026-05-23 09:28:21 +00:00
parent 4a2612837b
commit 21e9931298
15 changed files with 178 additions and 136 deletions

View File

@@ -46,7 +46,7 @@ class SendContractSmsNotification extends Command
foreach ($contractSubItems as $key => $value) {
$message = "سلام،\n پروژه راهداری با کد یکتای {$value->unique_code} با مسئولیت شما، به مدت بیشتر از یک ماه به روزرسانی نشده است. لطفا نسبت به روز رسانی دقیق پیشرفت پروژه در سامانه اقدام نمایید.\n rms.rmto.ir";
self::sms_sender($value->operator_phone, $message);
// self::sms_sender($value->operator_phone, $message);
}
}