]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - app/AppCache.php
Merge pull request #3685 from wallabag/fix-random-failing-test
[github/wallabag/wallabag.git] / app / AppCache.php
... / ...
CommitLineData
1<?php
2
3use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
4
5class AppCache extends HttpCache
6{
7}