mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-27 16:58:40 +00:00
Fixing uninstall and removing old modules
This commit is contained in:
parent
8af2cb20d1
commit
75825a1d74
|
|
@ -36,8 +36,8 @@ class Uninstall extends UninstallAbstract
|
|||
/**
|
||||
* {@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