fix: better understanding for QrCodeProvider class

This commit is contained in:
Jan
2023-06-23 21:21:37 +02:00
committed by GitHub
parent d5aa22a96f
commit 0565d63e6a
+2
View File
@@ -49,6 +49,8 @@ If you do not want to use the default QR code provider, you can specify the one
```php
use RobThree\Auth\TwoFactorAuth;
$qrCodeProvider = new YourChosenProvider();
$tfa = new TwoFactorAuth(
issuer: "Your Company Or App Name",
qrcodeprovider: $qrCodeProvider