We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba390f commit b4f8f81Copy full SHA for b4f8f81
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -17,6 +17,7 @@
17
use Symfony\Component\DependencyInjection\ContainerBuilder;
18
use Symfony\Component\DependencyInjection\Exception\LogicException;
19
use Symfony\Component\DependencyInjection\Extension\Extension;
20
+use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
21
use Symfony\Component\DependencyInjection\Parameter;
22
use Symfony\Component\DependencyInjection\Reference;
23
use Symfony\Component\Stopwatch\Stopwatch;
0 commit comments