whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
Modules
/
Zoom
/
Events
/
Upload File:
files >> /home/kckglobal/www/portal/Modules/Zoom/Events/MeetingInviteEvent.php
<?php namespace Modules\Zoom\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use Modules\Zoom\Entities\ZoomMeeting; class MeetingInviteEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $meeting; public $notifyUser; /** * Create a new event instance. * * @return void */ public function __construct(ZoomMeeting $meeting, $notifyUser) { $this->meeting = $meeting; $this->notifyUser = $notifyUser; } }
Copyright ©2021 || Defacer Indonesia