mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-02-14 15:28:43 +00:00
Fix installer
This commit is contained in:
parent
8cef7274b5
commit
792666a5d5
|
|
@ -38,6 +38,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