Skip to content

Commit

Permalink
fix: deprecation for Extension, since symfony 7.1 (#313)
Browse files Browse the repository at this point in the history
* fix: deprecation for Extension, since symfony 7.1

---------

Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 authored Jun 10, 2024
1 parent ba84127 commit 203df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/LiipTestFixturesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class LiipTestFixturesExtension extends Extension
{
Expand Down

0 comments on commit 203df64

Please sign in to comment.