Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/Modules/Recruit/Events/UpdateJobEvent.php
Назад
<?php namespace Modules\Recruit\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\SerializesModels; use Modules\Recruit\Entities\RecruitJob; class UpdateJobEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $job; /** * Create a new event instance. * * @return void */ public function __construct(RecruitJob $job) { $this->job = $job; } /** * Get the channels the event should be broadcast on. * * @return array */ public function broadcastOn() { return []; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка