From 2d5fb125147dc3bcee0fc0fa5966f983ae13a02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wr=C3=B3blewski?= Date: Tue, 19 Nov 2024 14:35:56 +0100 Subject: [PATCH] Fix missing FormUtil class --- src/Type/DataTableType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Type/DataTableType.php b/src/Type/DataTableType.php index 17c1e9df..2ad13d63 100755 --- a/src/Type/DataTableType.php +++ b/src/Type/DataTableType.php @@ -23,6 +23,7 @@ use Kreyu\Bundle\DataTableBundle\Persistence\PersistenceSubjectProviderInterface; use Kreyu\Bundle\DataTableBundle\Request\RequestHandlerInterface; use Kreyu\Bundle\DataTableBundle\RowIterator; +use Kreyu\Bundle\DataTableBundle\Util\FormUtil; use Kreyu\Bundle\DataTableBundle\ValueRowView; use Symfony\Component\Form\FormFactoryInterface; use Symfony\Component\Form\FormInterface;