/home/techb158/ileadtechnology.com/SSM/app/Events
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');
}
}