From 8c7a4d730b20da58de952cd3425f8195b465f287 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 8 Nov 2023 06:54:30 -0500 Subject: [PATCH] - quickfix --- src/Picea.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Picea.php b/src/Picea.php index 4528d96..75faf8b 100644 --- a/src/Picea.php +++ b/src/Picea.php @@ -180,6 +180,7 @@ class Picea implements LanguageRegistration { if ( $this->debug || ! $this->cache->compiled( $context->cacheFilename() ) ) { $context = $this->compileContext($context); + $this->cache->save($context); }