mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-12 03:18:41 +00:00
Remove unused parameter from install
This commit is contained in:
parent
1dff18cd62
commit
8b20f7932f
|
|
@ -32,8 +32,8 @@ class Installer extends InstallerAbstract
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function install(string $path, DatabasePool $dbPool, InfoManager $info) : void
|
public static function install(DatabasePool $dbPool, InfoManager $info) : void
|
||||||
{
|
{
|
||||||
parent::install(__DIR__ . '/..', $dbPool, $info);
|
parent::install($dbPool, $info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user