mautic / app /AppCache.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
224 Bytes
<?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
{
}