Skip to content

Commit 120284d

Browse files
committed
style: pint
1 parent 15e3d1a commit 120284d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Models/BetterEmail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function latestEvent(): HasOne
117117
{
118118
return $this->hasOne(BetterEmailEvent::class, 'mail_id')->latestOfMany('occurred_at');
119119
}
120+
120121
public function attachments(): HasMany
121122
{
122123
return $this->hasMany(config('filament-better-mails.mails.models.attachment'), 'mail_id');

0 commit comments

Comments
 (0)