Skip to content

Commit 409cbda

Browse files
committed
feat: show Authenticator classname
1 parent fdd61f1 commit 409cbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collectors/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct()
5454
*/
5555
public function getTitleDetails(): string
5656
{
57-
return get_class(service('auth'));
57+
return get_class($this->auth->getAuthenticator());
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)