init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
9
app/AppCache.php
Normal file
9
app/AppCache.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__.'/AppKernel.php';
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
||||
|
||||
class AppCache extends HttpCache
|
||||
{
|
||||
}
|
Reference in a new issue