mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			126 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			126 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Chill\MainBundle;
 | 
						|
 | 
						|
use Symfony\Component\HttpKernel\Bundle\Bundle;
 | 
						|
 | 
						|
class ChillMainBundle extends Bundle
 | 
						|
{
 | 
						|
}
 |