mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-04 16:10:03 +00:00
9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
|
|
require_once __DIR__.'/AppKernel.php';
|
|
|
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
|
|
|
|
class AppCache extends HttpCache
|
|
{
|
|
}
|