8000 fixed missing use statement · symfony/symfony@38968ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 38968ef

Browse files
committed
fixed missing use statement
1 parent 367a7a7 commit 38968ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Form/FormRenderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Form\Exception\LogicException;
1515
use Symfony\Component\Form\Exception\BadMethodCallException;
1616
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
17+
use Twig\Environment;
1718

1819
/**
1920
* Renders a form into HTML using a rendering engine.

0 commit comments

Comments
 (0)
0