mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Rector fixes
This commit is contained in:
		| @@ -98,6 +98,9 @@ class EntityWorkflowStep | ||||
|     #[ORM\Column(type: \Doctrine\DBAL\Types\Types::TEXT, nullable: true)] | ||||
|     private ?string $transitionByEmail = null; | ||||
|  | ||||
|     /** | ||||
|      * @var \Doctrine\Common\Collections\Collection<int, \Chill\MainBundle\Entity\Workflow\EntityWorkflowStepHold> | ||||
|      */ | ||||
|     #[ORM\OneToMany(mappedBy: 'step', targetEntity: EntityWorkflowStepHold::class)] | ||||
|     private Collection $holdsOnStep; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user