mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-30 08:28:40 +00:00
Fix uninstaller abstract implementation
This commit is contained in:
parent
9b167f889c
commit
e3944157b3
|
|
@ -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