mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-01-25 14:21:40 +00:00
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
require_once __DIR__.'/AppKernel.php';
|
|
|
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
|
|
|
class AppCache extends HttpCache
|
|
{
|
|
}
|