We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cba7e commit c854fb2Copy full SHA for c854fb2
1 file changed
src/Infrastructure/Symfony/DependencyInjection/Compiler/RegisterGenericDbalTypesPass.php
@@ -14,7 +14,7 @@ class RegisterGenericDbalTypesPass implements CompilerPassInterface
14
public function __construct(ContainerBuilder $container)
15
{
16
$container->registerForAutoconfiguration(GenericType::class)
17
- ->addTag('doctrine.dbal.generic_type');
+ ->addResourceTag('doctrine.dbal.generic_type');
18
}
19
20
public function process(ContainerBuilder $container): void
0 commit comments