From 2be1c08c44044e9658b93bf30fb1b64367694985 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 4 May 2021 19:14:50 +0200 Subject: [PATCH] Fix namespace pbm --- .../Entity/AccompanyingPeriod/AccompanyingPeriodWork.php | 8 ++++---- .../AccompanyingPeriod/AccompanyingPeriodWorkGoal.php | 8 ++++---- .../ChillPersonBundle/Entity/SocialWork/Evaluation.php | 4 ++-- src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php | 4 ++-- src/Bundle/ChillPersonBundle/Entity/SocialWork/Result.php | 8 ++++---- .../ChillPersonBundle/Entity/SocialWork/SocialAction.php | 4 ++-- .../ChillPersonBundle/Entity/SocialWork/SocialIssue.php | 4 ++-- .../AccompanyingPeriodWorkGoalRepository.php | 4 ++-- .../AccompanyingPeriodWorkRepository.php | 4 ++-- .../Repository/SocialWork/EvaluationRepository.php | 4 ++-- .../Repository/SocialWork/GoalRepository.php | 4 ++-- .../Repository/SocialWork/ResultRepository.php | 4 ++-- .../Repository/SocialWork/SocialActionRepository.php | 4 ++-- .../Repository/SocialWork/SocialIssueRepository.php | 4 ++-- 14 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php index 92279be2d..6983f6c0e 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php @@ -1,10 +1,10 @@