Skip to content

Commit 17c8b5b

Browse files
authored
Change EnumExtension base class that is now final (#63)
1 parent 0528648 commit 17c8b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/EnumExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
use Symfony\Bundle\TwigBundle\TwigBundle;
88
use Symfony\Component\DependencyInjection\ContainerBuilder;
9+
use Symfony\Component\DependencyInjection\Extension\Extension;
910
use Symfony\Component\DependencyInjection\Reference;
1011
use Symfony\Component\Form\FormInterface;
11-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
1212
use Symfony\Component\Validator\Validator\ValidatorInterface;
1313
use Yokai\EnumBundle\EnumInterface;
1414
use Yokai\EnumBundle\EnumRegistry;

0 commit comments

Comments
 (0)