openscrum/app/AppCache.php
Polonkai Gergely e2649bbfb6 Initial commit
Empty Symfony install with no vendors and the Acme Bundle deleted

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-04-13 19:16:29 +00:00

10 lines
141 B
PHP

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