Subject contains UTF-8 codes sometimes

This commit is contained in:
Deon George
2021-08-26 22:32:32 +10:00
parent 403dde0d35
commit ba7f9c1c99
4 changed files with 20 additions and 4 deletions

View File

@@ -16,7 +16,8 @@ class Echomail extends Model implements Packet
protected $collection = FALSE;
private const cast_utf8 = [
'msg'
'subject',
'msg',
];
protected $dates = ['datetime'];