Fix calls to deprecated getDateAttribute() for mail packets
This commit is contained in:
@@ -116,6 +116,6 @@ final class Mail extends Send
|
||||
|
||||
private function youngest(): Carbon
|
||||
{
|
||||
return $this->f->messages->pluck('date')->sort()->last();
|
||||
return $this->f->messages->pluck('datetime')->sort()->last();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user