From faef81a90bf7d4658c4fc1d9eb8012d037aaa581 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 4 Aug 2022 14:17:23 +0200 Subject: [PATCH] moving files into separate folders for better overview --- .../CurrentUserJobFilter.php | 2 +- .../CurrentUserScopeFilter.php | 2 +- .../EvaluationFilter.php | 2 +- .../GeographicalUnitStatFilter.php | 2 +- .../RequestorFilter.php | 2 +- .../config/services/exports_accompanying_course.yaml | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/CurrentUserJobFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/CurrentUserScopeFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/EvaluationFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/GeographicalUnitStatFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/RequestorFilter.php (98%) diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserJobFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserJobFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserJobFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserJobFilter.php index 72dd39a0f..e3b63ff67 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserJobFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserJobFilter.php @@ -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; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserScopeFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserScopeFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserScopeFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserScopeFilter.php index aaa38f420..939a1368e 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/CurrentUserScopeFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/CurrentUserScopeFilter.php @@ -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; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/EvaluationFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/EvaluationFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/EvaluationFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/EvaluationFilter.php index 7dd2a683d..4756f06c2 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/EvaluationFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/EvaluationFilter.php @@ -1,6 +1,6 @@