This commit is contained in:
Simon Vieille 2015-03-03 18:46:48 +01:00
commit d39153051c
75 changed files with 4443 additions and 0 deletions

9
app/AppCache.php Normal file
View file

@ -0,0 +1,9 @@
<?php
require_once __DIR__.'/AppKernel.php';
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}