Make AbstractPhpFileCacheWarmer public

This commit is contained in:
Gocha Ossinkine 2020-08-26 12:23:17 +05:00 committed by Fabien Potencier
parent 4a89215db6
commit a0fb44238e

View File

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