fix sf4 minor corrections on Doctrine ORM mapping Entities

This commit is contained in:
Tchama 2020-07-27 16:16:17 +02:00
parent 415ad5dd21
commit 1c7dd27fca
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use Doctrine\Common\Collections\Collection;
* SingleTask
*
* @ORM\Table(
* "chill_task.single_task",
* name="chill_task.single_task",
* indexes={
* @ORM\Index(
* name="by_type",

View File

@ -24,7 +24,7 @@ use Chill\TaskBundle\Entity\SingleTask;
*
*
* @ORM\Table(
* "chill_task.single_task_place_event",
* name="chill_task.single_task_place_event",
* indexes={
* @ORM\Index(
* name="transition_task_date",