Empty Symfony install with no vendors and the Acme Bundle deleted Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
		
			
				
	
	
		
			10 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| require_once __DIR__.'/AppKernel.php';
 | |
| 
 | |
| use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
 | |
| 
 | |
| class AppCache extends HttpCache
 | |
| {
 | |
| }
 |