Skip to content

Commit 0565d63

Browse files
fix: better understanding for QrCodeProvider class
1 parent d5aa22a commit 0565d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/qr-codes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ If you do not want to use the default QR code provider, you can specify the one
4949
```php
5050
use RobThree\Auth\TwoFactorAuth;
5151

52+
$qrCodeProvider = new YourChosenProvider();
53+
5254
$tfa = new TwoFactorAuth(
5355
issuer: "Your Company Or App Name",
5456
qrcodeprovider: $qrCodeProvider

0 commit comments

Comments
 (0)