mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 08:18:41 +00:00
Fix installer
This commit is contained in:
parent
40c93a068c
commit
1c96b47439
|
|
@ -39,6 +39,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