implémentaiton de _tosrting a project pour la création de taches
This commit is contained in:
@@ -73,6 +73,10 @@ class Project
|
||||
$this->tasks = new ArrayCollection();
|
||||
$this->userprojects = new ArrayCollection();
|
||||
}
|
||||
public function __toString()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
|
Reference in New Issue
Block a user