Jake Vanderwerf
2026-01-25 b38f03c0e7218762d90fa5092696b127f24f36db
inc/rest/routes/FormRoutes.php
@@ -2,7 +2,7 @@
namespace JVBase\rest\routes;
use JVBase\rest\RestRouteManager;
use JVBase\managers\CacheManager;
use JVBase\managers\Cache;
use JVBase\meta\MetaManager;
use JVBase\managers\CloudflareTurnstile;
use JVBase\blocks\FormBlock;
@@ -23,7 +23,7 @@
 */
class FormRoutes extends RestRouteManager
{
   protected CacheManager $cache;
   protected Cache $cache;
   protected FormBlock $form_block;
   protected CloudflareTurnstile|null $turnstile;
@@ -31,7 +31,7 @@
   {
      parent::__construct();
      $this->action = 'form-';
      $this->cache = CacheManager::for('forms', HOUR_IN_SECONDS);
      $this->cache = Cache::for('forms', HOUR_IN_SECONDS);
      // Add query vars