first commit after reset
[mixstore.git] / app / AppCache.php
1 <?php
2
3 require_once __DIR__.'/AppKernel.php';
4
5 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
6
7 class AppCache extends HttpCache
8 {
9 }