Fix php error
This commit is contained in:
parent
b5dea5aa8c
commit
2a9e670425
@ -102,7 +102,7 @@ class SMTPs
|
||||
*
|
||||
* @var array $_msgContent Array of messages
|
||||
*/
|
||||
private array $_msgContent = array();
|
||||
private $_msgContent = array();
|
||||
|
||||
/**
|
||||
* Custom X-Headers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user