mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-05-28 12:08:41 +00:00
pass app to installer
This commit is contained in:
parent
cd50ceb819
commit
5ed284a1d1
|
|
@ -644,7 +644,7 @@ final class ModuleManager
|
||||||
}
|
}
|
||||||
|
|
||||||
$class = '\\Modules\\' . $from . '\\Admin\\Install\\' . $for;
|
$class = '\\Modules\\' . $from . '\\Admin\\Install\\' . $for;
|
||||||
$class::install($this->modulePath, $this->app->dbPool);
|
$class::install($this->modulePath, $this->app);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user