Autarky\Http\SessionHandlerFactory::makeMongoHandler PHP Method

makeMongoHandler() protected method

protected makeMongoHandler ( )
    protected function makeMongoHandler()
    {
        return new MongoDbSessionHandler($this->container->resolve('MongoClient'), $this->config->get('session.handler_options', []));
    }