mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 18:12:51 +02:00
renamed driver classes
This commit is contained in:
@@ -14,7 +14,7 @@ function buildPdoDriver(?int $errorMode)
|
||||
$pdo->setAttribute(PDO::ATTR_ERRMODE, $errorMode);
|
||||
}
|
||||
|
||||
new Dibi\Drivers\PdoDriver(['resource' => $pdo]);
|
||||
new Dibi\Drivers\PDO\Connection(['resource' => $pdo]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user