Improve netmail sent/receive information
This commit is contained in:
@@ -241,6 +241,11 @@ final class Netmail extends Model implements Packet
|
||||
->using(ViaPivot::class);
|
||||
}
|
||||
|
||||
public function sent()
|
||||
{
|
||||
return $this->belongsTo(Address::class);
|
||||
}
|
||||
|
||||
public function tftn()
|
||||
{
|
||||
return $this
|
||||
|
Reference in New Issue
Block a user