Improve netmail sent/receive information
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m47s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2024-10-21 17:46:33 +11:00
parent 53c5488df7
commit a6e911fb48
2 changed files with 8 additions and 3 deletions

View File

@@ -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