mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-10 14:38:42 +00:00
Remove unused parameter from install
This commit is contained in:
parent
a4a3436353
commit
d76678c2aa
|
|
@ -32,8 +32,8 @@ class Installer extends InstallerAbstract
|
|||
/**
|
||||
* {@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