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