Skip to content

Commit ab677e4

Browse files
Update CHANGELOG.md
propose the use of named arguments Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
1 parent eb02cb7 commit ab677e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use RobThree\Auth\Providers\Qr\QRServerProvider;
2020
$tfa = new TwoFactorAuth(new QRServerProvider());
2121
~~~
2222

23-
If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place.
23+
If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place or use named arguments.
2424

2525
Documentation on selecting a QR Code Provider is available here: [QR Code Provider documentation](https://robthree.github.io/TwoFactorAuth/qr-codes.html).
2626

0 commit comments

Comments
 (0)