id === (int) $id; }); Broadcast::channel('download.{downloadId}', function ($user, $downloadId) { return true; }); Broadcast::channel('mosaic.{mosaicId}', function ($user, $mosaicId) { return true; }); Broadcast::channel('report.{reportId}', function ($user, $reportId) { return true; }); Broadcast::channel('mailing.{mailingId}', function ($user, $mailingId) { return true; });