for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EdwinLuijten\Ekko\Broadcast;
class PresenceChannel extends Channel
{
/**
* PresenceChannel constructor.
* @param $name
*/
public function __construct($name)
parent::__construct('presence-' . $name);
}