Е

С другими сайтами (не на Laravel) письма в папке сервера появляются. Проблема только с этим сайтом.
Size: a a a
Е
gg
AppointmentStatus::create([
'id' => AppointmentStatus::CAPABILITY,
'key' => 'capability',
'sort' => 0,
]);
//Translate
AppointmentStatusTranslate::create([
'title' => 'Свободно для бронрования',
'entity_id' => AppointmentStatus::CAPABILITY,
'ref_language_id' => Language::RU,
]);
2).
//Ref
$AppointmentStatusBooked = AppointmentStatus::create([
'id' => AppointmentStatus::BOOKED,
'key' => 'booked',
'sort' => 0,
]);
//Translate
$AppointmentStatusBooked->translate()->create([
'title' => 'Забронировано',
'ref_language_id' => Language::RU,
]);
NE
ВЛ
ВЛ
ВЛ
V
V
ВЛ
V
V
ВЛ
app(\App\Ship\Services\PushService::class)->pushNotification($channel_id, $recipient, $message);
ВЛ
ВЛ
ВЛ
V
app(\App\Ship\Services\PushService::class)->pushNotification($channel_id, $recipient, $message);
$recipient
что лежит?V
app(\App\Ship\Services\PushService::class)->pushNotification($channel_id, $recipient, $message);
pushNotification
внутри под собой что имеет?ВЛ
ВЛ