mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 09:30:56 +00:00
add readonly identifier
This commit is contained in:
@@ -8,7 +8,7 @@ use RobThree\Auth\Providers\Rng\IRNGProvider;
|
||||
|
||||
class TestRNGProvider implements IRNGProvider
|
||||
{
|
||||
public function __construct(private bool $isSecure = false)
|
||||
public function __construct(private readonly bool $isSecure = false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user