We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6454669 commit ded36b5Copy full SHA for ded36b5
form/bootstrap5.rst
@@ -61,7 +61,7 @@ configuration:
61
// config/packages/twig.php
62
use Symfony\Config\TwigConfig;
63
64
- return static function(FrameworkConfig $twig) {
+ return static function(TwigConfig $twig) {
65
$twig->formThemes(['bootstrap_5_layout.html.twig']);
66
67
// ...
0 commit comments