Skip to content

Commit

Permalink
Merge pull request #37 from nexxome/master
Browse files Browse the repository at this point in the history
fix deprecation for di Extension
  • Loading branch information
mhujer authored Jul 15, 2024
2 parents e7116d1 + 4a8d195 commit a1676d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/WhiteOctoberBreadcrumbsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace WhiteOctober\BreadcrumbsBundle\DependencyInjection;

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

Expand Down

0 comments on commit a1676d7

Please sign in to comment.