mirror of
https://github.com/Karaka-Management/oms-ResearchDevelopment.git
synced 2026-02-07 09:08:41 +00:00
Fixing uninstall and removing old modules
This commit is contained in:
parent
8a2f64f4ad
commit
5dbfd461e7
|
|
@ -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