Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Broadcasting/
Upload File :
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);
}