Bugfix Importvorlage copy

This commit is contained in:
OpenXE 2024-04-01 10:46:31 +00:00
parent 515bb51b6e
commit aa8cab4440

View File

@ -39,7 +39,7 @@ final class Bootstrap
* *
* @return ImportTemplateService * @return ImportTemplateService
*/ */
public function onInitImportTemplateService(ContainerInterface $container) public static function onInitImportTemplateService(ContainerInterface $container)
{ {
return new ImportTemplateService( return new ImportTemplateService(
$container->get('Database') $container->get('Database')
@ -51,7 +51,7 @@ final class Bootstrap
* *
* @return ImportTemplateGateway * @return ImportTemplateGateway
*/ */
public function onInitImportTemplateGateway(ContainerInterface $container) public static function onInitImportTemplateGateway(ContainerInterface $container)
{ {
return new ImportTemplateGateway( return new ImportTemplateGateway(
$container->get('Database') $container->get('Database')