app/AppCache.php
author ymh <ymh.work@gmail.com>
Fri, 30 Sep 2011 19:41:38 +0200
changeset 4 02eab39cf8c6
parent 0 7f95f8617b0b
child 71 b01e36991488
permissions -rwxr-xr-x
add user in headers

<?php

require_once __DIR__.'/AppKernel.php';

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}