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