Preview: ShouldBroadcast.php
Size: 314 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php
<?php
namespace RectorPrefix202411\Illuminate\Contracts\Broadcasting;
interface ShouldBroadcast
{
/**
* Get the channels the event should broadcast on.
*
* @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]|string[]|string
*/
public function broadcastOn();
}
Directory Contents
Dirs: 0 × Files: 6