src/Entity/DocumentEndCustomer.php line 11

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use Doctrine\ORM\Mapping as ORM;
  4. use Symfony\Component\Validator\Constraints as Assert;
  5. /**
  6.  * @ORM\Entity
  7.  */
  8. class DocumentEndCustomer extends EndCustomer
  9. {
  10. }