From 3fde3df882b52d7479e3cb7f2ec940267fafb1bc Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Wed, 25 Oct 2017 12:42:50 -0400 Subject: [PATCH] Remove caching implementation --- api/autoload.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/autoload.php b/api/autoload.php index 0712c2e1..0f14ff20 100644 --- a/api/autoload.php +++ b/api/autoload.php @@ -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(); \ No newline at end of file