8000 minor #15411 [Form] Fix incorrect class name for Twig configurations … · pableu/symfony-docs@9b65d97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b65d97

Browse files
committed
minor symfony#15411 [Form] Fix incorrect class name for Twig configurations (ker0x)
This PR was merged into the 5.3 branch. Discussion ---------- [Form] Fix incorrect class name for Twig configurations I made a mistake while writing the Bootstrap 5 configuration documentation. Commits ------- ded36b5 Fix incorrect class name for Twig configurations
2 parents 6454669 + ded36b5 commit 9b65d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configuration:
6161
// config/packages/twig.php
6262
use Symfony\Config\TwigConfig;
6363
64-
return static function(FrameworkConfig $twig) {
64+
return static function(TwigConfig $twig) {
6565
$twig->formThemes(['bootstrap_5_layout.html.twig']);
6666
6767
// ...

0 commit comments

Comments
 (0)
0