Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
modules
/
Booking
/
Listeners
✏️
Editing: TestEventListen.php
<?php namespace Modules\Booking\Listeners; use App\Notifications\AdminChannelServices; use Modules\Booking\Events\TestEvent; class TestEventListen { public function __construct() { } public function handle(TestEvent $testEvent){ $user = $testEvent->user; $user->notify(new AdminChannelServices('xxx', $user)); \Log::info('TestEvent listen da duoc goi '); } }
💾 Save Changes
❌ Cancel