Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 502c848

Browse files
Use Twig namespaced syntax
1 parent 68bbd53 commit 502c848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/EWZRecaptchaExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function registerWidget(ContainerBuilder $container)
5151
}
5252

5353
if (in_array('twig', $templatingEngines)) {
54-
$formResource = 'EWZRecaptchaBundle:Form:ewz_recaptcha_widget.html.twig';
54+
$formResource = '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig';
5555

5656
$container->setParameter('twig.form.resources', array_merge(
5757
$this->getTwigFormResources($container),

0 commit comments

Comments
 (0)