wallabag/app/AppCache.php
Nicolas Lœuillet 93fd4692f6 symfony is there
2015-01-22 08:30:07 +01:00

10 lines
141 B
PHP

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