Installation of symfony3

This commit is contained in:
Simon Vieille 2016-04-01 23:10:35 +02:00
commit 6176ce9735
38 changed files with 1849 additions and 48 deletions

7
app/AppCache.php Normal file
View file

@ -0,0 +1,7 @@
<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}