Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Events/EmployeeShiftChangeEvent.php
Назад
<?php namespace App\Events; use App\Models\EmployeeShiftChangeRequest; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class EmployeeShiftChangeEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $changeRequest; public $statusChange; /** * Create a new event instance. * * @return void */ public function __construct(EmployeeShiftChangeRequest $changeRequest, $status = null) { $this->changeRequest = $changeRequest; $this->statusChange = $status; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка