wip
This commit is contained in:
parent
4f8aa9b903
commit
9a3ffebee9
@ -9,7 +9,7 @@
|
||||
{
|
||||
private static function lastSeenKey(int $userId): string
|
||||
{
|
||||
return sprintf('last_seen_%d', $userId);
|
||||
return sprintf('last_seen:%d', $userId);
|
||||
}
|
||||
|
||||
public static function setLastSeen(int $userId, ?Carbon $seenAt = null): void
|
||||
|
Loading…
Reference in New Issue
Block a user