Remove caching implementation

This commit is contained in:
Mike Koch 2017-10-25 12:42:50 -04:00
parent f2cfe967ee
commit 3fde3df882
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -22,6 +22,5 @@ require_once(__DIR__ . '/../inc/custom_fields.inc.php');
// Load the ApplicationContext
$builder = new \DI\ContainerBuilder();
$builder->setDefinitionCache(new \Doctrine\Common\Cache\ArrayCache());
$applicationContext = $builder->build();