whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Events
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Events/AutoTaskReminderEvent.php
<?php namespace App\Events; use App\Models\Task; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class AutoTaskReminderEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $task; public function __construct(Task $task) { $this->task = $task; } }
Copyright ©2021 || Defacer Indonesia