remove the isSecure property of the test rng class

This commit is contained in:
Nicolas CARPi
2024-04-15 23:34:25 +02:00
parent d1792f07d1
commit e44997c90c
-4
View File
@@ -8,10 +8,6 @@ use RobThree\Auth\Providers\Rng\IRNGProvider;
class TestRNGProvider implements IRNGProvider
{
public function __construct(private readonly bool $isSecure = false)
{
}
/**
* {@inheritdoc}
*/