Misc bug fixes while testing

This commit is contained in:
Deon George
2022-02-03 17:35:52 +11:00
parent b65289af9f
commit a05ca1c2a4
5 changed files with 6 additions and 6 deletions

View File

@@ -200,7 +200,7 @@ final class Echomail extends Model implements Packet
$o->origin = $this->origin;
$o->seenby = $this->seenby->pluck('ftn2d');
$o->path = $this->path->pluck('ftn2d');
$o->path = $this->pathorder();
$o->packed = TRUE;