mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 19:38:39 +00:00
Remove unused parameter from install
This commit is contained in:
parent
764c604017
commit
3eab60db95
|
|
@ -33,9 +33,9 @@ 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);
|
||||||
|
|
||||||
switch ($dbPool->get()->getType()) {
|
switch ($dbPool->get()->getType()) {
|
||||||
case DatabaseType::MYSQL:
|
case DatabaseType::MYSQL:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user