Skip to content

Commit

Permalink
Add missing use of ReflectionClass
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 17, 2024
1 parent 600d8a1 commit e117d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Chamilo/UserBundle/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Doctrine\ORM\Mapping as ORM;
use FOS\UserBundle\Model\GroupInterface;
use FOS\UserBundle\Model\UserInterface;
use ReflectionClass;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use Symfony\Component\HttpFoundation\File\File;
use Symfony\Component\Validator\Constraints as Assert;
Expand Down

0 comments on commit e117d3f

Please sign in to comment.