From ab677e43ee7be9cc5259c269d181a145efdfa0f5 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi <3043706+NicolasCARPi@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:22:41 +0200 Subject: [PATCH] Update CHANGELOG.md propose the use of named arguments Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378f7d8..748b467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ use RobThree\Auth\Providers\Qr\QRServerProvider; $tfa = new TwoFactorAuth(new QRServerProvider()); ~~~ -If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place. +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. Documentation on selecting a QR Code Provider is available here: [QR Code Provider documentation](https://robthree.github.io/TwoFactorAuth/qr-codes.html).