Misc bug fixes while testing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user