Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/Modules/Recruit/Events/CandidateInterviewRescheduleEvent.php
Назад
<?php namespace Modules\Recruit\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\SerializesModels; use Modules\Recruit\Entities\RecruitInterviewSchedule; class CandidateInterviewRescheduleEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $interview; public $jobApplication; public $candidateComment; /** * Create a new event instance. * * @return void */ public function __construct(RecruitInterviewSchedule $interview, $jobApplication, $candidateComment) { $this->interview = $interview; $this->jobApplication = $jobApplication; $this->candidateComment = $candidateComment; } /** * 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
|
Настройка