mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 15:18:43 +00:00
Fix installer
This commit is contained in:
parent
dc5a940789
commit
cadb376f5d
|
|
@ -39,6 +39,6 @@ class Installer extends InstallerAbstract
|
|||
*/
|
||||
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