Skip to content

Commit

Permalink
Merge pull request #97 from VincentLanglet/fix-deprecation
Browse files Browse the repository at this point in the history
Solve sf 7 deprecation
  • Loading branch information
dontub authored Aug 14, 2024
2 parents fd09c29 + df80871 commit fd89e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/ShivasVersioningExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;

final class ShivasVersioningExtension extends Extension
Expand Down

0 comments on commit fd89e35

Please sign in to comment.