asd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user