1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2024-12-18 05:36:30 +00:00
wallabag/app/AppCache.php

8 lines
101 B
PHP
Raw Normal View History

2015-01-22 07:30:07 +00:00
<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}