We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492ce6f commit ad6519bCopy full SHA for ad6519b
src/Message.php
@@ -198,7 +198,7 @@ public function isReadBy(User|int $user): bool
198
199
public function isReadByAnyone(): bool
200
{
201
- return $this->read_at || $this->reads->where('reat_at', '!=', null)->isNotEmpty();
+ return $this->read_at || $this->reads->where('read_at', '!=', null)->isNotEmpty();
202
}
203
204
public function hasWidget(): bool
0 commit comments