FEATURE [regroupment][exports] first commit to implement regroupment entity in exports

This commit is contained in:
2023-01-26 11:28:13 +01:00
parent c64ec89274
commit 7d80507517
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Chill\MainBundle\Form\Type\Export;
use Symfony\Component\Form\AbstractType;
class PickRegroupmentType extends AbstractType
{
}