PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Broadcasting
<?php namespace RectorPrefix202411\Illuminate\Contracts\Broadcasting; interface Factory { /** * Get a broadcaster implementation by name. * * @param string|null $name * @return \Illuminate\Contracts\Broadcasting\Broadcaster */ public function connection($name = null); }
[+]
..
[-] ShouldBroadcastNow.php
[edit]
[-] HasBroadcastChannel.php
[edit]
[-] ShouldBeUnique.php
[edit]
[-] Broadcaster.php
[edit]
[-] Factory.php
[edit]
[-] ShouldBroadcast.php
[edit]