mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-05 07:28:39 +00:00
Adjust module path
This commit is contained in:
parent
9a664b45d1
commit
ad1e4c5ac8
|
|
@ -68,7 +68,7 @@ class Installer extends InstallerAbstract
|
||||||
{
|
{
|
||||||
public static function install(string $path, Pool $dbPool, InfoManager $info)
|
public static function install(string $path, Pool $dbPool, InfoManager $info)
|
||||||
{
|
{
|
||||||
parent::install($path, $dbPool, $info);
|
parent::install(__DIR__ . '/..', $dbPool, $info);
|
||||||
|
|
||||||
switch ($dbPool->get('core')->getType()) {
|
switch ($dbPool->get('core')->getType()) {
|
||||||
case DatabaseType::MYSQL:
|
case DatabaseType::MYSQL:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user