Skip to content

Commit bfe0711

Browse files
committed
feat: add SHIELD_VERSION to debug_tools
1 parent 69c9c90 commit bfe0711

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Collectors/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Auth extends BaseCollector
4242
*
4343
* @var string
4444
*/
45-
protected $title = 'Auth';
45+
protected $title = 'Shield';
4646

4747
private ShieldAuth $auth;
4848

@@ -56,7 +56,7 @@ public function __construct()
5656
*/
5757
public function getTitleDetails(): string
5858
{
59-
return get_class($this->auth->getAuthenticator());
59+
return ShieldAuth::SHIELD_VERSION . ' | ' . get_class($this->auth->getAuthenticator());
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)