JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "PresenceChannel.php"
Full Path: /home/u735268861/domains/palsarh.in/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/PresenceChannel.php
File size: 294 bytes
MIME-type: text/x-php
Charset: utf-8
<?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);
}
}