fox/routes/channels.php

8 lines
111 B
PHP

<?php
use Illuminate\Support\Facades\Broadcast;
Broadcast::channel('fox', function () {
return true;
});