aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Broadcasting/ |
aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Broadcasting/PrivateChannel.php |
<?php namespace Illuminate\Broadcasting; class PrivateChannel extends Channel { /** * Create a new channel instance. * * @param string $name * @return void */ public function __construct($name) { parent::__construct('private-'.$name); } }