We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600d8a1 commit e117d3fCopy full SHA for e117d3f
src/Chamilo/UserBundle/Entity/User.php
@@ -14,6 +14,7 @@
14
use Doctrine\ORM\Mapping as ORM;
15
use FOS\UserBundle\Model\GroupInterface;
16
use FOS\UserBundle\Model\UserInterface;
17
+use ReflectionClass;
18
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
19
use Symfony\Component\HttpFoundation\File\File;
20
use Symfony\Component\Validator\Constraints as Assert;
0 commit comments