Skip to content

Commit 8bea84e

Browse files
committed
Update UserUtils.php
1 parent ae5dc76 commit 8bea84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utills/UserUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static function getCurrentGuardName(): ?string
5151
/**
5252
* Get the user id by guards.
5353
*/
54-
public static function getUserId(): ?int
54+
public static function getUserId(): int|string|null
5555
{
5656
$guards = config('user-monitoring.user.guards', ['web']);
5757

0 commit comments

Comments
 (0)