d2897cd
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php require_once __DIR__.'/AppKernel.php'; use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; /** * @deprecated since Mautic 5.0, to be removed in 6.0 with no replacement. */ class AppCache extends HttpCache { }