1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-21 05:11:49 +02:00

cs whitespace

This commit is contained in:
David Grudl
2021-12-12 03:45:05 +01:00
parent 5646884899
commit 0f045c0986
40 changed files with 163 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ function buildPdoDriver(?int $errorMode)
if ($errorMode !== null) {
$pdo->setAttribute(PDO::ATTR_ERRMODE, $errorMode);
}
new Dibi\Drivers\PdoDriver(['resource' => $pdo]);
}