Skip to content

Commit

Permalink
refactor: replace deprecated symfony dependency injection extension (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Dec 17, 2024
1 parent 0e0a293 commit 3e1b562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/APYDataGridExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

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\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class APYDataGridExtension extends Extension
{
Expand Down

0 comments on commit 3e1b562

Please sign in to comment.