Merge branch 'master' into feature/ci
This commit is contained in:
commit
eee9110d93
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ class DriverFactory
|
||||||
{
|
{
|
||||||
public static $map = [
|
public static $map = [
|
||||||
'mysql' => Drivers\MySQLDriver::class,
|
'mysql' => Drivers\MySQLDriver::class,
|
||||||
'mariadb' => Drivers\MySQLDriver::class,
|
'sqlite' => LegacyDrivers\SQLiteDriver::class
|
||||||
'pgsql' => Driver\MySQLDriver::class
|
|
||||||
];
|
];
|
||||||
|
|
||||||
public static function factory(string $dsn, string $username=null, string $password=null, array $options=null, string $type = null) : ?Drivers\DSODriverInterface
|
public static function factory(string $dsn, string $username=null, string $password=null, array $options=null, string $type = null) : ?Drivers\DSODriverInterface
|
||||||
|
|
Loading…
Reference in a new issue