This commit is contained in:
Simon Vieille 2016-11-23 14:39:22 +01:00
commit be60595f5c
34 changed files with 1826 additions and 0 deletions

7
app/AppCache.php Normal file
View file

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