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