sterntours/app/AppCache.php
2020-07-09 12:49:32 +02:00

7 lines
101 B
PHP

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