copypaste2/app/AppCache.php

10 lines
141 B
PHP
Raw Normal View History

2015-03-02 16:59:13 +00:00
<?php
require_once __DIR__.'/AppKernel.php';
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}