|
|
@@ -21,8 +21,8 @@ abstract class AbstractControl
|
|
|
#[ORM\JoinColumn(nullable: true)]
|
|
|
protected Access $accompanist;
|
|
|
|
|
|
- #[ORM\ManyToMany(targetEntity: Tagg::class, inversedBy: 'controls', cascade: ['persist'], orphanRemoval: false)]
|
|
|
- protected Collection $tags;
|
|
|
+// #[ORM\ManyToMany(targetEntity: Tagg::class, inversedBy: 'controls', cascade: ['persist'], orphanRemoval: false)]
|
|
|
+// protected Collection $tags;
|
|
|
|
|
|
public function __construct()
|
|
|
{
|