init
This commit is contained in:
commit
d39153051c
75 changed files with 4443 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
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue