Configure EasyAdmin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user