Skip to content

Commit

Permalink
fix: Extension deprecation (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche authored Sep 27, 2024
1 parent 47a497e commit 456c79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SensiolabsGotenbergExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\Routing\RequestContext;

class SensiolabsGotenbergExtension extends Extension
Expand Down

0 comments on commit 456c79b

Please sign in to comment.