mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
10 lines
141 B
PHP
10 lines
141 B
PHP
<?php
|
|
|
|
require_once __DIR__.'/AppKernel.php';
|
|
|
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
|
|
|
class AppCache extends HttpCache
|
|
{
|
|
}
|