Skip to content

Commit

Permalink
Merge pull request #2005 from derrabus/bugfix/symfony-7.2-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Jun 21, 2024
2 parents daf8b07 + 714828c commit 8a5c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/HWIOAuthExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\OutOfBoundsException;
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* @author Geoffrey Bachelet <[email protected]>
Expand Down

0 comments on commit 8a5c6dd

Please sign in to comment.