whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/NewUserRegistrationViaInviteListener.php
<?php namespace App\Listeners; use App\Events\NewUserRegistrationViaInviteEvent; use App\Notifications\NewUserViaLink; use Illuminate\Support\Facades\Notification; class NewUserRegistrationViaInviteListener { public function handle(NewUserRegistrationViaInviteEvent $event) { Notification::send($event->user, new NewUserViaLink($event->new_user)); } }
Copyright ©2021 || Defacer Indonesia