comparison app/AppCache.php @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 <?php
2
3 require_once __DIR__.'/AppKernel.php';
4
5 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
6
7 class AppCache extends HttpCache
8 {
9 }