Skip to content

Commit ded36b5

Browse files
committed
Fix incorrect class name for Twig configurations
1 parent 6454669 commit ded36b5

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)