ninegate/src/ninegate-1.0/app/AppCache.php

8 lines
101 B
PHP
Raw Permalink Normal View History

2018-12-18 09:44:39 +01:00
<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}