From 20197ea1cd6249f1fd2e84243004f9bf13f9cbeb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 17 Mar 2022 22:39:52 +0100 Subject: [PATCH] always use and many other todo implementations --- Admin/Installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 7d3d963..32e601c 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -44,14 +44,14 @@ final class Installer extends InstallerAbstract /** * {@inheritdoc} */ - public static function install(DatabasePool $dbPool, ModuleInfo $info, SettingsInterface $cfgHandler) : void + public static function install(ApplicationAbstract $app, ModuleInfo $info, SettingsInterface $cfgHandler) : void { if (\file_exists(__DIR__ . '/../SearchCommands.php')) { \unlink(__DIR__ . '/../SearchCommands.php'); } \file_put_contents(__DIR__ . '/../SearchCommands.php', '