mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
Fixing uninstall and removing old modules
This commit is contained in:
parent
7a9fcdde13
commit
5aa2496d12
|
|
@ -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