app/AppCache.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2012 15:52:30 +0100
changeset 71 b01e36991488
parent 0 7f95f8617b0b
permissions -rwxr-xr-x
add headers for public repository release

<?php
/*
 * This file is part of the WikiTagBundle package.
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require_once __DIR__.'/AppKernel.php';

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}