refs #723. Fixed bug delete commandGroup

feature/actions
Manuel Aranda Rosales 2024-09-26 12:44:16 +02:00
parent 1394f3855b
commit 38674081d9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class CommandGroup extends AbstractEntity
/**
* @var Collection<int, CommandTask>
*/
#[ORM\ManyToMany(targetEntity: CommandTask::class, mappedBy: 'commandGroup')]
#[ORM\ManyToMany(targetEntity: CommandTask::class, mappedBy: 'commandGroups')]
private Collection $commandTasks;
public function __construct()