mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
namespace App\Controller;
 | 
						|
 | 
						|
/**
 | 
						|
 *
 | 
						|
 * @author kevinfrantz
 | 
						|
 *        
 | 
						|
 */
 | 
						|
class SourceController implements NodeControllerInterface
 | 
						|
{
 | 
						|
}
 | 
						|
 |