Configure EasyAdmin

This commit is contained in:
2024-07-27 22:24:27 -04:00
parent db3842abb6
commit afa8242399
4 changed files with 113 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ class Conference
$this->comments = new ArrayCollection();
}
public function __toString(): string {
return $this->city . ' ' . $this->year;
}
public function getId(): ?int
{
return $this->id;