]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - app/AppCache.php
Add placeholder image to card-based gallery entries page for #3651
[github/wallabag/wallabag.git] / app / AppCache.php
... / ...
CommitLineData
1<?php
2
3use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
4
5class AppCache extends HttpCache
6{
7}