We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SHIELD_VERSION
1 parent 69c9c90 commit bfe0711Copy full SHA for bfe0711
1 file changed
src/Collectors/Auth.php
@@ -42,7 +42,7 @@ class Auth extends BaseCollector
42
*
43
* @var string
44
*/
45
- protected $title = 'Auth';
+ protected $title = 'Shield';
46
47
private ShieldAuth $auth;
48
@@ -56,7 +56,7 @@ public function __construct()
56
57
public function getTitleDetails(): string
58
{
59
- return get_class($this->auth->getAuthenticator());
+ return ShieldAuth::SHIELD_VERSION . ' | ' . get_class($this->auth->getAuthenticator());
60
}
61
62
/**
0 commit comments