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