mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-03 03:08:40 +00:00
Fix uninstaller abstract implementation
This commit is contained in:
parent
6885c91e49
commit
c1ef2f3cab
|
|
@ -33,7 +33,7 @@ class Uninstaller extends UninstallerAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function uninstall(DatabasePool $dbPool, InfoManager $info)
|
||||
public static function uninstall(DatabasePool $dbPool, InfoManager $info) : void
|
||||
{
|
||||
parent::uninstall($dbPool, $info);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user