Optimise the queries used to display packet contents and show DBID if msgid is not available
This commit is contained in:
@@ -154,7 +154,8 @@ final class Netmail extends Model implements Packet
|
||||
public function tftn()
|
||||
{
|
||||
return $this
|
||||
->belongsTo(Address::class);
|
||||
->belongsTo(Address::class)
|
||||
->withTrashed();
|
||||
}
|
||||
|
||||
/* METHODS */
|
||||
|
Reference in New Issue
Block a user