mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-13 03:37:13 +01:00
Bugfix Importvorlage copy
This commit is contained in:
parent
515bb51b6e
commit
aa8cab4440
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user