mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-04-27 14:28:40 +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::install($this->modulePath, $this->app->dbPool);
|
||||
$class::install($this->modulePath, $this->app);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user