mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
FEATURE [regroupment][exports] first commit to implement regroupment entity in exports
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Form\Type\Export;
|
||||
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
|
||||
class PickRegroupmentType extends AbstractType
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user