implémentaiton de _tosrting a project pour la création de taches

This commit is contained in:
2020-10-01 10:36:48 +02:00
parent 45606d9b97
commit e4526cb621

View File

@@ -73,6 +73,10 @@ class Project
$this->tasks = new ArrayCollection(); $this->tasks = new ArrayCollection();
$this->userprojects = new ArrayCollection(); $this->userprojects = new ArrayCollection();
} }
public function __toString()
{
return $this->name;
}
public function getId(): ?int public function getId(): ?int
{ {