Skip to content

Commit

Permalink
fix symfony 7.1 deprecation (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg authored Sep 18, 2024
1 parent 1b8d723 commit be7b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/PropelExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\HttpKernel\Profiler\Profiler;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit be7b4ab

Please sign in to comment.