Skip to content

Commit 9b9209d

Browse files
committed
fix: Fix migrations, fix L9 support unexpectedly removed, Fix PHPUnit 10 support
1 parent 7cf62a6 commit 9b9209d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/Models/MailLog.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ class MailLog extends Model
3333

3434
protected $appends = ['formattedDate', 'formattedTime'];
3535

36+
protected $attributes = [
37+
'payload' => '',
38+
];
39+
3640
public function __construct(array $attributes = [])
3741
{
3842
parent::__construct($attributes);

0 commit comments

Comments
 (0)