fix: Import missing annotation.

This commit is contained in:
Pol Dellaiera 2021-11-30 14:02:00 +01:00
parent 1041627f87
commit 56037f796b
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -20,6 +20,7 @@ use Chill\MainBundle\Entity\HasScopeInterface;
use Chill\MainBundle\Entity\Location;
use Chill\MainBundle\Entity\Scope;
use Chill\MainBundle\Entity\User;
use Chill\MainBundle\Validator\Constraints\Entity\UserCircleConsistency;
use Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency\AccompanyingPeriodLinkedWithSocialIssuesEntityInterface;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Entity\Person;
@ -45,10 +46,6 @@ use Symfony\Component\Serializer\Annotation\SerializedName;
* "activity": Activity::class
* })
* @ActivityValidator\ActivityValidity
*/
/**
* TODO : revoir.
*
* @UserCircleConsistency(
* "CHILL_ACTIVITY_SEE_DETAILS",