]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/AppCache.php
Merge pull request #4232 from wallabag/dependabot/composer/php-http/mock-client-1.3.1
[github/wallabag/wallabag.git] / app / AppCache.php
CommitLineData
93fd4692
NL
1<?php
2
93fd4692
NL
3use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
4
5class AppCache extends HttpCache
6{
7}