From 85b2c51507e3f61f0db22c3c12422c019dd6c47d Mon Sep 17 00:00:00 2001 From: Dennis Erdmann Date: Thu, 15 Jun 2023 13:35:13 +0200 Subject: [PATCH] add euf_hero migration --- config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.yml b/config/services.yml index cb6d020..7a82a98 100644 --- a/config/services.yml +++ b/config/services.yml @@ -2,6 +2,6 @@ services: _defaults: autoconfigure: true - Nutshell\Herolement\Migration\EufHeroMigration: + Nutshell\HeroElement\Migration\EufHeroMigration: arguments: [ '@database_connection' ] tags: [ 'contao.migration' ]