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); }