mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
8 lines
101 B
PHP
8 lines
101 B
PHP
|
<?php
|
||
|
|
||
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
||
|
|
||
|
class AppCache extends HttpCache
|
||
|
{
|
||
|
}
|