mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-07 14:18:41 +00:00
Fix installer
This commit is contained in:
parent
3d6dfb5226
commit
e151d074c4
|
|
@ -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