Skip to content

Commit 1d62852

Browse files
authored
Merge pull request #98 from thomascorthals/master
Namespace mistake in docs
2 parents ba4e8c5 + d4528f5 commit 1d62852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)