mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-25 04:58:39 +00:00
Fix uninstaller abstract implementation
This commit is contained in:
parent
edea2d0b64
commit
41a63b017a
|
|
@ -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