📌  相关文章
📜  在 laravel 中发送多个数据库通知相同的功能 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:09.407000             🧑  作者: Mango

代码示例1
$notifications = $request
->user()
->notifications
->where('type', 'App\Notifications\CommentCreated')
->all();