aboutsummaryrefslogtreecommitdiff
blob: 639ec2cd7e821ee07e9dfdae9edf69afdced76f3 (plain)
1
2
3
4
5
6
7
<?php

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}