mirror of
https://github.com/Karaka-Management/oms-MyPrivate.git
synced 2026-02-16 08:48:39 +00:00
Use default database connection
This commit is contained in:
parent
71decb6246
commit
61de3cdce0
|
|
@ -38,7 +38,7 @@ class Installer extends InstallerAbstract
|
||||||
{
|
{
|
||||||
parent::install(__DIR__ . '/..', $dbPool, $info);
|
parent::install(__DIR__ . '/..', $dbPool, $info);
|
||||||
|
|
||||||
switch ($dbPool->get('core')->getType()) {
|
switch ($dbPool->get()->getType()) {
|
||||||
case DatabaseType::MYSQL:
|
case DatabaseType::MYSQL:
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user