Skip to content

Commit

Permalink
Replace deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 authored Nov 25, 2024
1 parent 5432ee3 commit b6b3112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/TrsteelHtmlFormValidationExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Trsteel\HtmlFormValidationBundle\DependencyInjection;

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

/**
Expand Down

0 comments on commit b6b3112

Please sign in to comment.