Fix namespace pbm

This commit is contained in:
Marc Ducobu
2021-05-04 19:14:50 +02:00
parent 52472b0ec3
commit 2be1c08c44
14 changed files with 34 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace App\Entity\Chill\PersonBundle\Entity\AccompanyingPeriod;
namespace Chill\PersonBundle\Entity\AccompanyingPeriod;
use App\Entity\Chill\PersonBundle\Entity\SocialWork\Goal;
use App\Entity\Chill\PersonBundle\Entity\SocialWork\Result;
use App\Repository\Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkGoalRepository;
use Chill\PersonBundle\Entity\SocialWork\Goal;
use Chill\PersonBundle\Entity\SocialWork\Result;
use Chill\PersonBundle\Repository\AccompanyingPeriod\AccompanyingPeriodWorkGoalRepository;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;