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