Vinkla\Algolia\AlgoliaManager::createConnection PHP Method

createConnection() protected method

Create the connection instance.
protected createConnection ( array $config ) : mixed
$config array
return mixed
    protected function createConnection(array $config)
    {
        return $this->factory->make($config);
    }