Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Events/TicketReplyEvent.php
Назад
<?php namespace App\Events; use App\Models\TicketReply; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class TicketReplyEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $ticketReply; public $notifyUser; public $ticketReplyUsers; public function __construct(TicketReply $ticketReply, $notifyUser, $ticketReplyUsers) { $this->ticketReply = $ticketReply; $this->notifyUser = $notifyUser; $this->ticketReplyUsers = $ticketReplyUsers; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка