1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-03-17 16:42:41 +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
{
}