You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/qr-codes/endroid.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Argument | Default value
27
27
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.
28
28
29
29
```php
30
-
use RobThree\Auth\TwoFactorAuth\Providers\Qr\EndroidQrCodeWithLogoProvider;
30
+
use RobThree\Auth\Providers\Qr\EndroidQrCodeWithLogoProvider;
31
31
32
32
$qrCodeProvider = new EndroidQrCodeWithLogoProvider();
0 commit comments