mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-04 15:38:40 +00:00
fix after settings pullout
This commit is contained in:
parent
6164b28fcb
commit
0da7c17132
|
|
@ -20,6 +20,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
|
|||
|
||||
use phpOMS\Module\InstallerAbstract;
|
||||
use phpOMS\Module\ModuleInfo;
|
||||
use phpOMS\Config\SettingsInterface;
|
||||
|
||||
/**
|
||||
* Installer class.
|
||||
|
|
@ -34,9 +35,9 @@ final class Installer extends InstallerAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function install(DatabasePool $dbPool, ModuleInfo $info) : void
|
||||
public static function install(DatabasePool $dbPool, ModuleInfo $info, SettingsInterface $cfgHandler) : void
|
||||
{
|
||||
parent::install($dbPool, $info);
|
||||
parent::install($dbPool, $info, $cfgHandler);
|
||||
|
||||
$sqlite = new SQLiteConnection([
|
||||
'db' => 'sqlite',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user