Namespace mistake in docs

This commit is contained in:
thomascorthals
2023-01-06 12:32:08 +01:00
parent ba4e8c55ed
commit d4528f58fe
+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();