Skip to content

Commit e117d3f

Browse files
committed
Add missing use of ReflectionClass
1 parent 600d8a1 commit e117d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Chamilo/UserBundle/Entity/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Doctrine\ORM\Mapping as ORM;
1515
use FOS\UserBundle\Model\GroupInterface;
1616
use FOS\UserBundle\Model\UserInterface;
17+
use ReflectionClass;
1718
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
1819
use Symfony\Component\HttpFoundation\File\File;
1920
use Symfony\Component\Validator\Constraints as Assert;

0 commit comments

Comments
 (0)