Cache loading templates

This commit is contained in:
2025-06-11 21:43:22 +09:30
parent 31e3c75bc9
commit f2eaed247a
2 changed files with 24 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ class Template
private string $file;
private array $template;
private(set) bool $invalid = FALSE;
private string $reason = '';
private(set) string $reason = '';
public function __construct(string $file)
{