mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 13:59:11 +01:00
Dynamic properties deprecated
#[\AllowDynamicProperties]
This commit is contained in:
parent
e2e6f5bb4e
commit
00a17672e4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace gp\tool{
|
|||
* @since 1.7
|
||||
*
|
||||
*/
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class Emailer extends \PHPMailer\PHPMailer\PHPMailer{
|
||||
|
||||
function __construct(){
|
||||
|
|
Loading…
Reference in a new issue