Skip to content

Commit c854fb2

Browse files
committed
fix resource tag register
1 parent 63cba7e commit c854fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/Symfony/DependencyInjection/Compiler/RegisterGenericDbalTypesPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RegisterGenericDbalTypesPass implements CompilerPassInterface
1414
public function __construct(ContainerBuilder $container)
1515
{
1616
$container->registerForAutoconfiguration(GenericType::class)
17-
->addTag('doctrine.dbal.generic_type');
17+
->addResourceTag('doctrine.dbal.generic_type');
1818
}
1919

2020
public function process(ContainerBuilder $container): void

0 commit comments

Comments
 (0)