/
home
/
henzagold
/
server
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Broadcasting
/
File Upload :
llllll
Current File: /home/henzagold/server/vendor/laravel/framework/src/Illuminate/Broadcasting/PresenceChannel.php
<?php namespace Illuminate\Broadcasting; class PresenceChannel extends Channel { /** * Create a new channel instance. * * @param string $name * @return void */ public function __construct($name) { parent::__construct('presence-'.$name); } }
Copyright ©2k19 -
Hexid
|
Tex7ure