From 00a17672e4e8646898344b41c74a74286979ecaf Mon Sep 17 00:00:00 2001 From: gtbu Date: Tue, 9 Apr 2024 18:21:43 +0200 Subject: [PATCH] Dynamic properties deprecated #[\AllowDynamicProperties] --- include/tool/Emailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tool/Emailer.php b/include/tool/Emailer.php index 55b1ab4..7b05c69 100644 --- a/include/tool/Emailer.php +++ b/include/tool/Emailer.php @@ -14,7 +14,7 @@ namespace gp\tool{ * @since 1.7 * */ - +#[\AllowDynamicProperties] class Emailer extends \PHPMailer\PHPMailer\PHPMailer{ function __construct(){