]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/AppCache.php
Fix deprecated helper in command
[github/wallabag/wallabag.git] / app / AppCache.php
CommitLineData
93fd4692
NL
1<?php
2
3require_once __DIR__.'/AppKernel.php';
4
5use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
6
7class AppCache extends HttpCache
8{
9}