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