Jake Vanderwerf
2026-01-22 58e8ae0759ccfa97c478ccae4e0778bdce70966f
inc/managers/CRUDManager.php
@@ -41,7 +41,9 @@
      $this->content = $content;
      $this->cache = CacheManager::for($content);
      $this->cache->clear();
      if (JVB_TESTING) {
         $this->cache->clear();
      }
      // Create and configure skeleton
      $this->skeleton = new CRUDSkeleton();