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