Skip to content

Commit 39ffad9

Browse files
authored
Merge pull request #340 from Chris53897/feature/fix-deprecation
feat: fix deprecation for Extension
2 parents 24c61f0 + 2682bb1 commit 39ffad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/KnpSnappyExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Symfony\Component\Config\Definition\Processor;
66
use Symfony\Component\Config\FileLocator;
77
use Symfony\Component\DependencyInjection\ContainerBuilder;
8+
use Symfony\Component\DependencyInjection\Extension\Extension;
89
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
9-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
1010

1111
class KnpSnappyExtension extends Extension
1212
{

0 commit comments

Comments
 (0)