defis48/app/AppCache.php

8 lines
101 B
PHP
Raw Normal View History

2016-01-12 19:41:19 +01:00
<?php
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache
{
}