mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-12 01:00:47 +02:00
Ajout dans la todolist.
This commit is contained in:
@@ -8,10 +8,6 @@ use Doctrine\Common\Collections\Collection;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
#[ORM\Entity(repositoryClass: PlaceRepository::class)]
|
||||
// #[ORM\MappedSuperclass]
|
||||
// #[ORM\InheritanceType("JOINED")]
|
||||
// #[ORM\DiscriminatorColumn(name: "type", type: "string")]
|
||||
// #[ORM\DiscriminatorMap(["room" => Room::class, "corridor" => Corridor::class])]
|
||||
class Place
|
||||
{
|
||||
#[ORM\Id]
|
||||
|
||||
Reference in New Issue
Block a user