mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-17 01:48:41 +00:00
Fix installer
This commit is contained in:
parent
2508bad2ab
commit
ee51cfb046
|
|
@ -38,6 +38,6 @@ class Installer extends InstallerAbstract
|
||||||
*/
|
*/
|
||||||
public static function install(string $path, DatabasePool $dbPool, InfoManager $info)
|
public static function install(string $path, DatabasePool $dbPool, InfoManager $info)
|
||||||
{
|
{
|
||||||
parent::install($path, $dbPool, $info);
|
parent::install(__DIR__ . '/..', $dbPool, $info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user