Skip to content

Commit

Permalink
fix dependency injection deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
klapaudius committed Oct 7, 2024
1 parent e1d2434 commit 95e9991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/FOSOAuthServerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;

class FOSOAuthServerExtension extends Extension
{
Expand Down

0 comments on commit 95e9991

Please sign in to comment.