mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace App\Entity\Source\Data;
 | 
						|
 | 
						|
use App\Entity\Attribut\NameAttributInterface;
 | 
						|
 | 
						|
interface PersonIdentitySourceInterface extends DataSourceInterface, NameAttributInterface
 | 
						|
{
 | 
						|
}
 |