mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Merge branch 'fix-association-person-current-center' into 'master'
Fix association's annotation between PersonCenterCurrent and Person entities See merge request Chill-Projet/chill-bundles!558
This commit is contained in:
		
							
								
								
									
										6
									
								
								.changes/unreleased/Fixed-20230606-170742.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.changes/unreleased/Fixed-20230606-170742.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| kind: Fixed | ||||
| body: use the correct annotation for the association between PersonCurrentCenter and | ||||
|   Person | ||||
| time: 2023-06-06T17:07:42.060486553+02:00 | ||||
| custom: | ||||
|   Issue: "" | ||||
| @@ -45,7 +45,7 @@ class PersonCenterCurrent | ||||
|     private ?int $id = null; | ||||
|  | ||||
|     /** | ||||
|      * @ORM\ManyToOne(targetEntity=Person::class, inversedBy="centerCurrent") | ||||
|      * @ORM\OneToOne(targetEntity=Person::class, inversedBy="centerCurrent") | ||||
|      */ | ||||
|     private Person $person; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user