1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-02-21 13:06:18 +00:00
wallabag/app/AppCache.php
Nicolas Lœuillet 93fd4692f6 symfony is there
2015-01-22 08:30:07 +01:00

9 lines
141 B
PHP

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