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