From 066589771aa8328727a15136ad2922bffcfcd656 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 17 Oct 2024 18:46:35 +0700 Subject: [PATCH] Update DataTablesExtension.php (#350) --- src/DependencyInjection/DataTablesExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DependencyInjection/DataTablesExtension.php b/src/DependencyInjection/DataTablesExtension.php index d37cd2f..2338541 100644 --- a/src/DependencyInjection/DataTablesExtension.php +++ b/src/DependencyInjection/DataTablesExtension.php @@ -19,8 +19,8 @@ use Omines\DataTablesBundle\Filter\AbstractFilter; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; +use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\DependencyInjection\Loader; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; /** * DataTablesExtension.