mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-08 05:48:41 +00:00
always use and many other todo implementations
This commit is contained in:
parent
d9f6e9a383
commit
93a27fa437
|
|
@ -29,14 +29,14 @@ class Navigation
|
|||
/**
|
||||
* Install navigation providing
|
||||
*
|
||||
* @param string $path Module path
|
||||
* @param ApplicationAbstract $app Application
|
||||
* @param string $path Module path
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function install(string $path, ApplicationAbstract $app) : void
|
||||
public static function install(ApplicationAbstract $app, string $path) : void
|
||||
{
|
||||
\Modules\Navigation\Admin\Installer::installExternal($app, ['path' => __DIR__ . '/Navigation.install.json']);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ final class Installer extends InstallerAbstract
|
|||
* {@inheritdoc}
|
||||
*/
|
||||
/*
|
||||
public static function install(DatabasePool $dbPool, ModuleInfo $info, SettingsInterface $cfgHandler) : void
|
||||
public static function install(ApplicationAbstract $app, ModuleInfo $info, SettingsInterface $cfgHandler) : void
|
||||
{
|
||||
parent::install($dbPool, $info, $cfgHandler);
|
||||
parent::install($app, $info, $cfgHandler);
|
||||
|
||||
|
||||
$interfaces = Directory::list(__DIR__ . '/../Interfaces', '.*interface\.json', true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user