Skip to content

Commit

Permalink
Merge pull request #340 from Chris53897/feature/fix-deprecation
Browse files Browse the repository at this point in the history
feat: fix deprecation for Extension
  • Loading branch information
alexpozzi committed Jun 10, 2024
2 parents 24c61f0 + 2682bb1 commit 39ffad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/KnpSnappyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class KnpSnappyExtension extends Extension
{
Expand Down

0 comments on commit 39ffad9

Please sign in to comment.