From aa8cab4440bc476a72de8d8f00241366785e0a64 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Mon, 1 Apr 2024 10:46:31 +0000 Subject: [PATCH] Bugfix Importvorlage copy --- classes/Modules/ImportTemplate/Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Modules/ImportTemplate/Bootstrap.php b/classes/Modules/ImportTemplate/Bootstrap.php index 62d77499..9f66557d 100644 --- a/classes/Modules/ImportTemplate/Bootstrap.php +++ b/classes/Modules/ImportTemplate/Bootstrap.php @@ -39,7 +39,7 @@ final class Bootstrap * * @return ImportTemplateService */ - public function onInitImportTemplateService(ContainerInterface $container) + public static function onInitImportTemplateService(ContainerInterface $container) { return new ImportTemplateService( $container->get('Database') @@ -51,7 +51,7 @@ final class Bootstrap * * @return ImportTemplateGateway */ - public function onInitImportTemplateGateway(ContainerInterface $container) + public static function onInitImportTemplateGateway(ContainerInterface $container) { return new ImportTemplateGateway( $container->get('Database')