mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-01-25 22:31:42 +00:00
Django import
Django import
This commit is contained in:
9
symfony/app/AppCache.php
Normal file
9
symfony/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 New Issue
Block a user