whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
app
/
Events
/
Upload File:
files >> /home/kckglobal/www/portal/app/Events/ClockInEvent.php
<?php namespace App\Events; 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 ClockInEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $attendance; /** * Create a new event instance. * * @return void */ public function __construct($attendance) { $this->attendance = $attendance; } }
Copyright ©2021 || Defacer Indonesia