FluxBB\Web\CookieKernel::__construct PHP Method

__construct() public method

Create the cookie kernel instance.
public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $wrapped, Illuminate\Contracts\Cookie\QueueingFactory $queue )
$wrapped Symfony\Component\HttpKernel\HttpKernelInterface
$queue Illuminate\Contracts\Cookie\QueueingFactory
    public function __construct(HttpKernelInterface $wrapped, QueueingFactory $queue)
    {
        $this->wrapped = $wrapped;
        $this->queue = $queue;
    }