moving files into separate folders for better overview

This commit is contained in:
Mathieu Jaumotte 2022-08-04 14:17:23 +02:00
parent 95006b9643
commit faef81a90b
6 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter;
namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Entity\User;
use Chill\MainBundle\Entity\UserJob;

View File

@ -9,7 +9,7 @@
declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter;
namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\CustomFieldsBundle\Form\Type\ChoicesType;
use Chill\MainBundle\Entity\Scope;

View File

@ -1,6 +1,6 @@
<?php
namespace Chill\PersonBundle\Export\Filter;
namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php
namespace Chill\PersonBundle\Export\Filter;
namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -1,6 +1,6 @@
<?php
namespace Chill\PersonBundle\Export\Filter;
namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations;

View File

@ -17,14 +17,14 @@ services:
## Filters
chill.person.export.filter_current_userscope:
class: Chill\PersonBundle\Export\Filter\CurrentUserScopeFilter
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\CurrentUserScopeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_current_userscope_filter }
chill.person.export.filter_current_userjob:
class: Chill\PersonBundle\Export\Filter\CurrentUserJobFilter
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\CurrentUserJobFilter
autowire: true
autoconfigure: true
tags:
@ -45,7 +45,7 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
chill.person.export.filter_geographicalunitstat:
class: Chill\PersonBundle\Export\Filter\GeographicalUnitStatFilter
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
autowire: true
autoconfigure: true
tags:
@ -59,7 +59,7 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_socialaction_filter }
chill.person.export.filter_evaluation:
class: Chill\PersonBundle\Export\Filter\EvaluationFilter
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\EvaluationFilter
autowire: true
autoconfigure: true
tags:
@ -94,7 +94,7 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_administrative_location_filter }
chill.person.export.filter_requestor:
class: Chill\PersonBundle\Export\Filter\RequestorFilter
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\RequestorFilter
autowire: true
autoconfigure: true
tags: