fix: docs for new PHP Version

This commit is contained in:
Jan
2023-06-23 17:54:58 +02:00
committed by GitHub
parent 6416e79c3e
commit a6f7735b9f
+2 -6
View File
@@ -48,14 +48,10 @@ If you do not want to use the default QR code provider, you can specify the one
```php
use RobThree\Auth\TwoFactorAuth;
use RobThree\Auth\Algorithm;
$tfa = new TwoFactorAuth(
null,
6,
30,
Algorithm::Sha1,
YourChosenProvider: $qrCodeProvider
issuer: "Your Company Or App Name",
qrcodeprovider: $qrCodeProvider
);
```