mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-07 21:43:43 +00:00
Add attachments to workflow
This commit is contained in:
@@ -53,6 +53,7 @@ class EntityWorkflowStepSignature implements TrackCreationInterface, TrackUpdate
|
||||
|
||||
public function __construct(
|
||||
#[ORM\ManyToOne(targetEntity: EntityWorkflowStep::class, inversedBy: 'signatures')]
|
||||
#[ORM\JoinColumn(nullable: false)]
|
||||
private EntityWorkflowStep $step,
|
||||
User|Person $signer,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user