Dynamic properties deprecated

#[\AllowDynamicProperties]
This commit is contained in:
gtbu 2024-04-09 18:21:43 +02:00
parent e2e6f5bb4e
commit 00a17672e4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace gp\tool{
* @since 1.7
*
*/
#[\AllowDynamicProperties]
class Emailer extends \PHPMailer\PHPMailer\PHPMailer{
function __construct(){