mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Prevent infinite loop and memory leak.
This commit is contained in:
		@@ -32,7 +32,7 @@ use Symfony\Component\Serializer\Annotation\DiscriminatorMap;
 | 
			
		||||
use Symfony\Component\Serializer\Annotation\Groups;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @ORM\Entity(repositoryClass=ResourceRepository::class)
 | 
			
		||||
 * @ORM\Entity
 | 
			
		||||
 * @ORM\Table(name="chill_person_accompanying_period_resource")
 | 
			
		||||
 * @DiscriminatorMap(typeProperty="type", mapping={
 | 
			
		||||
 *   "accompanying_period_resource"=Resource::class
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user