create api for social issue consistency

This commit is contained in:
2021-08-21 23:18:55 +02:00
parent 2a3f869882
commit 09e5cc1545
6 changed files with 341 additions and 1 deletions

View File

@@ -2,11 +2,13 @@
namespace Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency\AccompanyingPeriodLinkedWithSocialIssuesEntityInterface;
use Chill\PersonBundle\Entity\SocialWork\Result;
use Chill\PersonBundle\Entity\SocialWork\SocialAction;
use Chill\PersonBundle\Entity\Person;
use Chill\MainBundle\Entity\User;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Entity\SocialWork\SocialIssue;
use Chill\ThirdPartyBundle\Entity\ThirdParty;
use DateTimeInterface;
use Doctrine\Common\Collections\ArrayCollection;
@@ -470,4 +472,4 @@ use Symfony\Component\Validator\Constraints as Assert;
return $this;
}
}
}