You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DependencyInjection/Configuration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public function getConfigTreeBuilder(): TreeBuilder
27
27
$treeBuilder->getRootNode()
28
28
->children()
29
29
->scalarNode('twig_prefix')
30
-
->info('Prefix for Twig form functions (e.g. "derafu_" → derafu_form(), derafu_form_start()). Empty string for no prefix.')
30
+
->info('Prefix for Twig form functions (e.g. "derafu_" → derafu_form(), derafu_form_start()). Defaults to "derafu_" to avoid collisions with symfony/form.')
0 commit comments