refs #723. Fixed bug delete commandGroup
parent
1394f3855b
commit
38674081d9
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue