Skip to content

Commit d4528f5

Browse files
Namespace mistake in docs
1 parent ba4e8c5 commit d4528f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/qr-codes/endroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Argument | Default value
2727
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.
2828

2929
```php
30-
use RobThree\Auth\TwoFactorAuth\Providers\Qr\EndroidQrCodeWithLogoProvider;
30+
use RobThree\Auth\Providers\Qr\EndroidQrCodeWithLogoProvider;
3131

3232
$qrCodeProvider = new EndroidQrCodeWithLogoProvider();
3333

0 commit comments

Comments
 (0)