This commit is contained in:
2026-02-03 01:47:56 +01:00
parent 0668de87af
commit d3a8e95372
2 changed files with 2 additions and 2 deletions

View File

@@ -4895,7 +4895,7 @@ SQL;
private function debugDir(): string
{
return rtrim(sys_get_temp_dir(), '/') . '/emailtemplate_debug';
return dirname(__DIR__) . '/debug';
}
private function writeDebugLog(string $name, array $payload): void