Skip to content

Commit 2b63ece

Browse files
committed
revert "use DI's Extension class directly" to ensure Symfony 2.1 compatibility
This reverts commit 1c27de4.
1 parent 1c27de4 commit 2b63ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CraueConfigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Symfony\Component\Config\FileLocator;
66
use Symfony\Component\DependencyInjection\ContainerBuilder;
7-
use Symfony\Component\DependencyInjection\Extension\Extension;
87
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
8+
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
99

1010
/**
1111
* Registration of the extension via DI.

0 commit comments

Comments
 (0)