]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/AppCache.php
Bump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4
[github/wallabag/wallabag.git] / app / AppCache.php
1 <?php
2
3 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
4
5 class AppCache extends HttpCache
6 {
7 }