First commit

This commit is contained in:
Marc Ducobu
2014-09-09 10:46:05 +02:00
parent 6521dd5e2b
commit 9f3d89380d
78 changed files with 5766 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
{
}