point-tools/app/AppCache.php

8 lines
101 B
PHP
Raw Permalink Normal View History

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