mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-03 02:18:42 +00:00
Fixing uninstall and removing old modules
This commit is contained in:
parent
ecce75a61f
commit
330c4acf8a
|
|
@ -36,8 +36,8 @@ class Uninstall extends UninstallAbstract
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function unisntall(Pool $dbPool, array $info)
|
public static function uninstall(Pool $dbPool, array $info)
|
||||||
{
|
{
|
||||||
parent::unisntall($dbPool, $info);
|
parent::uninstall($dbPool, $info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user