src/Entity/Profile/Confirmation/Photo.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Entity\Profile\Confirmation;
  3. use Doctrine\ORM\Mapping as ORM;
  4. /**
  5.  * @see MediaFile for inheritance mapping config
  6.  */
  7. #[ORM\Entity]
  8. class Photo extends MediaFile
  9. {
  10. }