We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd61f1 commit 409cbdaCopy full SHA for 409cbda
1 file changed
src/Collectors/Auth.php
@@ -54,7 +54,7 @@ public function __construct()
54
*/
55
public function getTitleDetails(): string
56
{
57
- return get_class(service('auth'));
+ return get_class($this->auth->getAuthenticator());
58
}
59
60
/**
0 commit comments