<?php namespace AppBundle\Entity\Place; use Doctrine\ORM\Mapping as ORM; /** * Entities that have a somewhat fixed, physical extension. * (non utilisée, à confirmer) */ #[ORM\Entity] class PlaceSystem extends Place { }