We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768ae09 commit 8eac1a5Copy full SHA for 8eac1a5
Store/PdoStore.php
@@ -334,7 +334,6 @@ private function getDriver(): string
334
switch (true) {
335
case $driver instanceof \Doctrine\DBAL\Driver\Mysqli\Driver:
336
throw new \LogicException(sprintf('The adapter "%s" does not support the mysqli driver, use pdo_mysql instead.', static::class));
337
-
338
case $driver instanceof \Doctrine\DBAL\Driver\AbstractMySQLDriver:
339
$this->driver = 'mysql';
340
break;
0 commit comments