/
home
/
techb158
/
ileadtechnology.com
/
routes
/
/home/techb158/ileadtechnology.com/routes
mkdir
upload
Name
Size
Mode
Actions
api.php
4841
0644
edit
dl
rm
channels.php
508
0644
edit
dl
rm
console.php
553
0644
edit
dl
rm
web.php
38960
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/routes/channels.php
(508B)
<?php /* |-------------------------------------------------------------------------- | Broadcast Channels |-------------------------------------------------------------------------- | | Here you may register all of the event broadcasting channels that your | application supports. The given channel authorization callbacks are | used to check if an authenticated user can listen to the channel. | */ Broadcast::channel('App.User.{id}', function ($user, $id) { return (int) $user->id === (int) $id; });
Save
id === (int) $id; });