mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 17:38:20 +02:00
Fix tests after setting PHP 8.2 as default
This commit is contained in:
@@ -29,7 +29,7 @@ class QrCodeService
|
||||
|
||||
Log::info('data encoded to QR code');
|
||||
|
||||
return $qrcode->render($data);
|
||||
return $qrcode->render('stringToEncode');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user