Skip to content

Commit

Permalink
Skip Symfony\Component\HttpKernel\DependencyInjection\Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed May 2, 2024
1 parent f4919fd commit 8820e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/TwigAwesomeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Rabus\TwigAwesomeBundle\Twig\FaTokenParser;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;

final class TwigAwesomeExtension extends Extension
{
Expand Down

0 comments on commit 8820e4e

Please sign in to comment.