Skip to content

Commit

Permalink
Fix deprecation extension (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias authored Aug 16, 2024
1 parent 2c46593 commit 1a5051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/DHAuditorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use DH\Auditor\Provider\ProviderInterface;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class DHAuditorExtension extends Extension
{
Expand Down

0 comments on commit 1a5051e

Please sign in to comment.