Skip to content

Commit 08dfa19

Browse files
committed
Add missing use statement
1 parent 833bca1 commit 08dfa19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/ResolvedFormTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use PHPUnit\Framework\MockObject\MockObject;
1515
use PHPUnit\Framework\TestCase;
16+
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
1617
use Symfony\Component\Form\Form;
1718
use Symfony\Component\Form\FormConfigInterface;
1819
use Symfony\Component\Form\FormTypeExtensionInterface;

0 commit comments

Comments
 (0)