app/AppCache.php
author ymh <ymh.work@gmail.com>
Mon, 26 Dec 2011 22:53:50 +0100
changeset 63 bd2be482ff99
parent 0 7f95f8617b0b
child 71 b01e36991488
permissions -rwxr-xr-x
correct bugs on database opt

<?php

require_once __DIR__.'/AppKernel.php';

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}