1 Star 0 Fork 486

bulu_2019/dootask

forked from aipaw/dootask 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
channels.php 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
kuaifan 提交于 2021-05-29 15:00 . 项目初始化
<?php
use Illuminate\Support\Facades\Broadcast;
/*
|--------------------------------------------------------------------------
| 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.Models.User.{id}', function ($user, $id) {
return (int) $user->id === (int) $id;
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bulu2020/dootask.git
git@gitee.com:bulu2020/dootask.git
bulu2020
dootask
dootask
pro

搜索帮助