Skip to content

Commit afb7f7b

Browse files
authored
Fix deprecation extension (#241)
1 parent 10e9237 commit afb7f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FreshDoctrineEnumExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
use Symfony\Component\Config\FileLocator;
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
17+
use Symfony\Component\DependencyInjection\Extension\Extension;
1718
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
1819
use Symfony\Component\Form\FormTypeGuesserInterface;
19-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
2020

2121
/**
2222
* This is the class that loads and manages FreshDoctrineEnumBundle configuration.

0 commit comments

Comments
 (0)