Prime-Chat/routes/channels.php

8 lines
116 B
PHP
Raw Normal View History

2024-12-19 07:21:23 +04:00
<?php
use Illuminate\Support\Facades\Broadcast;
Broadcast::channel('chatroom', function () {
return true;
});