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