🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:17:02 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Broadcasting
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Broadcasting
🔄 Refresh
✏️
Editing: HasBroadcastChannel.php
Read Only
<?php namespace RectorPrefix202411\Illuminate\Contracts\Broadcasting; interface HasBroadcastChannel { /** * Get the broadcast channel route definition that is associated with the given entity. * * @return string */ public function broadcastChannelRoute(); /** * Get the broadcast channel name that is associated with the given entity. * * @return string */ public function broadcastChannel(); }
💾 Save Changes
❌ Cancel