]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - app/AppCache.php
Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix
[github/wallabag/wallabag.git] / app / AppCache.php
... / ...
CommitLineData
1<?php
2
3use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
4
5class AppCache extends HttpCache
6{
7}