Skip to content

Commit

Permalink
Fix missing FormUtil class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 19, 2024
1 parent 5774392 commit 2d5fb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Type/DataTableType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d5fb12

Please sign in to comment.