Skip to content

Commit ad6519b

Browse files
committed
fix
1 parent 492ce6f commit ad6519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function isReadBy(User|int $user): bool
198198

199199
public function isReadByAnyone(): bool
200200
{
201-
return $this->read_at || $this->reads->where('reat_at', '!=', null)->isNotEmpty();
201+
return $this->read_at || $this->reads->where('read_at', '!=', null)->isNotEmpty();
202202
}
203203

204204
public function hasWidget(): bool

0 commit comments

Comments
 (0)