PlaceSystem.php 227 B

1234567891011121314
  1. <?php
  2. namespace AppBundle\Entity\Place;
  3. use Doctrine\ORM\Mapping as ORM;
  4. /**
  5. * Entities that have a somewhat fixed, physical extension.
  6. * (non utilisée, à confirmer)
  7. */
  8. #[ORM\Entity]
  9. class PlaceSystem extends Place
  10. {
  11. }