| Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Broadcasting/ |
| Current File : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Broadcasting/Factory.php |
<?php
namespace Illuminate\Contracts\Broadcasting;
interface Factory
{
/**
* Get a broadcaster implementation by name.
*
* @param string $name
* @return void
*/
public function connection($name = null);
}