Skip to content

Commit

Permalink
Remove deprecated usage of Symfony\Component\HttpKernel\DependencyInj…
Browse files Browse the repository at this point in the history
…ection\Extension
  • Loading branch information
savinmikhail authored Jul 8, 2024
1 parent d96b61d commit 98ca9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SncRedisExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
use Symfony\Component\Config\FileLocator;
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\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

use function array_map;
use function assert;
Expand Down

0 comments on commit 98ca9e6

Please sign in to comment.