From cf1596da513b32561166ce43905b7c8831d4284c Mon Sep 17 00:00:00 2001 From: Adam Tulloss Date: Tue, 11 Mar 2025 10:08:43 -0400 Subject: [PATCH] Fix deprecation of creation of dynamic property WPSparkPost\SparkPostTemplates::$mailer --- templates.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.class.php b/templates.class.php index 72ca8e0b..953c8b4f 100644 --- a/templates.class.php +++ b/templates.class.php @@ -8,6 +8,7 @@ class SparkPostTemplates { public $endpoint; + public $mailer; public function __construct($mailer) {