1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00

fix class name.

This commit is contained in:
chihiro-adachi 2017-04-07 18:00:49 +09:00 committed by Luís Cobucci
parent 03b4397557
commit 2c5e76c961

View file

@ -220,7 +220,7 @@ To specify a default lifetime for all regions or specify a different lifetime fo
<?php
/* @var $config \Doctrine\ORM\Configuration */
/* @var $cacheConfig \Doctrine\ORM\Configuration */
/* @var $cacheConfig \Doctrine\ORM\Cache\CacheConfiguration */
$cacheConfig = $config->getSecondLevelCacheConfiguration();
$regionConfig = $cacheConfig->getRegionsConfiguration();