diff --git a/src/schedule-2.0/src/Entity/Project.php b/src/schedule-2.0/src/Entity/Project.php index f984085..7bd70ca 100644 --- a/src/schedule-2.0/src/Entity/Project.php +++ b/src/schedule-2.0/src/Entity/Project.php @@ -73,6 +73,10 @@ class Project $this->tasks = new ArrayCollection(); $this->userprojects = new ArrayCollection(); } + public function __toString() + { + return $this->name; + } public function getId(): ?int {