Make AbstractPhpFileCacheWarmer public

This commit is contained in:
Gocha Ossinkine 2020-08-26 12:23:17 +05:00
parent 33cacadaf2
commit b82d9a2dc7

View File

@ -19,9 +19,6 @@ use Symfony\Component\Cache\Adapter\ProxyAdapter;
use Symfony\Component\Config\Resource\ClassExistenceResource;
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
/**
* @internal
*/
abstract class AbstractPhpFileCacheWarmer implements CacheWarmerInterface
{
private $phpArrayFile;