mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 20:38:41 +00:00
phpcs fix
This commit is contained in:
parent
401ca50d2c
commit
f6367a6e71
|
|
@ -41,7 +41,7 @@ final class Installer extends InstallerAbstract
|
||||||
$sqlite = new SQLiteConnection([
|
$sqlite = new SQLiteConnection([
|
||||||
'db' => 'sqlite',
|
'db' => 'sqlite',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'database' => __DIR__ . '/../../../phpOMS/Localization/Defaults/localization.sqlite'
|
'database' => __DIR__ . '/../../../phpOMS/Localization/Defaults/localization.sqlite',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
self::installLanguages($sqlite, $dbPool);
|
self::installLanguages($sqlite, $dbPool);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user