Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 27, 2024
1 parent 177166a commit 5007141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function attachments(): HasMany

public function events(): HasMany
{
return $this->hasMany(config('mails.models.event'))->orderBy('occured_at', 'desc');
return $this->hasMany(config('mails.models.event'))->orderBy('occurred_at', 'desc');
}

public function scopeResent(Builder $query): Builder
Expand Down

0 comments on commit 5007141

Please sign in to comment.