/home/techb158/ileadtechnology.com/SSM/app/Events
NameSizeModeActions
UserLogin.php9190644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Events/UserLogin.php (919B)
user = $user; } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { // return new PrivateChannel('channel-name'); } }