16 lines
		
	
	
		
			298 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			298 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Knplabs\Bundle\GaufretteBundle;
 | 
						|
 | 
						|
use Symfony\Component\DependencyInjection\ContainerBuilder;
 | 
						|
use Symfony\Component\HttpKernel\Bundle\Bundle;
 | 
						|
 | 
						|
/**
 | 
						|
 * The Gaufrette Bundle
 | 
						|
 *
 | 
						|
 * @author Antoine Hérault <antoine.herault@gmail.com>
 | 
						|
 */
 | 
						|
class KnplabsGaufretteBundle extends Bundle
 | 
						|
{
 | 
						|
}
 |