Ayaline\Bundle\ComposerBundle\Pusher\ChannelAuthenticator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack )
$requestStack Symfony\Component\HttpFoundation\RequestStack A RequestStack instance
    public function __construct(RequestStack $requestStack)
    {
        $this->requestStack = $requestStack;
    }
ChannelAuthenticator