Remove caching implementation

master
Mike Koch 7 years ago
parent f2cfe967ee
commit 3fde3df882
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -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();
Loading…
Cancel
Save