Skip to content

Commit 2840a3b

Browse files
committed
compiled
1 parent f1a2603 commit 2840a3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5266,11 +5266,6 @@ class GenericDB
52665266
private $columns;
52675267
private $converter;
52685268

5269-
public function getDriver(): string
5270-
{
5271-
return $this->driver;
5272-
}
5273-
52745269
private function getDsn(): string
52755270
{
52765271
switch ($this->driver) {
@@ -5303,7 +5298,6 @@ private function getCommands(): array
53035298
case 'sqlite':
53045299
return [
53055300
'PRAGMA foreign_keys = on;',
5306-
'PRAGMA writable_schema = on;',
53075301
];
53085302
}
53095303
}

0 commit comments

Comments
 (0)