gergelypolonkai-web-symfony2/app/AppCache.php
Polonkai Gergely ffc9865112 Initial commit with empty SF2 install; no Acme
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-06-14 23:21:55 +02:00

10 lines
141 B
PHP

<?php
require_once __DIR__.'/AppKernel.php';
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}