Skip to content

Commit 12c2e14

Browse files
committed
Fix namespace import for ExtensionInterface in SymfonyContextBundle
1 parent 9ba92a0 commit 12c2e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymfonyContextBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace TheDevOpser\SymfonyContextBundle;
44

5-
use Symfony\Component\CssSelector\XPath\Extension\ExtensionInterface;
5+
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
66
use Symfony\Component\HttpKernel\Bundle\Bundle;
77
use TheDevOpser\SymfonyContextBundle\DependencyInjection\TheDevOpserSymfonyContextExtension;
88

0 commit comments

Comments
 (0)