2018-12-18 09:44:39 +01:00

8 lines
101 B
PHP

<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}