1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00
This commit is contained in:
David Goodwin
2024-12-20 16:15:08 +00:00
parent e8d5902ace
commit d6b92b1c81
23 changed files with 85 additions and 85 deletions

View File

@@ -21,7 +21,7 @@ class SmartyCompilerException extends SmartyException
int $code = 0,
?string $filename = null,
?int $line = null,
Throwable $previous = null
?Throwable $previous = null
) {
parent::__construct($message, $code, $previous);