mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-01-11 14:08:42 +00:00
Fix uninstaller abstract implementation
This commit is contained in:
parent
b2eba70481
commit
d383ea0ede
|
|
@ -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