updating DriverFactory map
This commit is contained in:
parent
13371f25db
commit
77c54501ce
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ class DriverFactory
|
|||
{
|
||||
public static $map = [
|
||||
'mysql' => Drivers\MySQLDriver::class,
|
||||
'mariadb' => Drivers\MySQLDriver::class,
|
||||
'pgsql' => Driver\MySQLDriver::class
|
||||
'sqlite' => LegacyDrivers\SQLiteDriver::class
|
||||
];
|
||||
|
||||
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