mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-11 16:48:42 +00:00
Fixing uninstall and removing old modules
This commit is contained in:
parent
9bbd84b030
commit
42f3e4612d
|
|
@ -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