Skip to content

Commit

Permalink
Fix(web-twig): Use ComponentLexer from TwigXBundle package
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 12, 2022
1 parent 9c358ef commit a65866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-twig/src/Factory/TwigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Lmc\SpiritWebTwigBundle\Factory;

use Lmc\SpiritWebTwigBundle\Compiler\ComponentLexer;
use Lmc\TwigXBundle\Compiler\ComponentLexer;
use Twig\Environment;
use Twig\Loader\FilesystemLoader;

Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/tests/Factory/TwigFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Lmc\SpiritWebTwigBundle\Factory;

use Lmc\SpiritWebTwigBundle\Compiler\ComponentLexer;
use Lmc\TwigXBundle\Compiler\ComponentLexer;
use Mockery;
use PHPUnit\Framework\TestCase;
use Twig\Environment;
Expand Down

0 comments on commit a65866c

Please sign in to comment.