Merge pull request #98 from thomascorthals/master

Namespace mistake in docs
This commit is contained in:
Will Power
2023-01-06 14:16:58 +00:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ Argument | Default value
If you make use of `EndroidQrCodeWithLogoProvider` then you have access to the `setLogo` function on the provider so you may add a logo to the centre of your QR code.
```php
use RobThree\Auth\TwoFactorAuth\Providers\Qr\EndroidQrCodeWithLogoProvider;
use RobThree\Auth\Providers\Qr\EndroidQrCodeWithLogoProvider;
$qrCodeProvider = new EndroidQrCodeWithLogoProvider();