src/Infrastructure/SecurityBundle/Form/DTO/ForgotPasswordDTO.php line 4

Open in your IDE?
  1. <?php
  2. namespace Whater\Infrastructure\SecurityBundle\Form\DTO;
  3. class ForgotPasswordDTO
  4. {
  5. public $email;
  6. }