BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
pragmarx
/
google2fa-qrcode
/
src
/
QRCode
📤 Upload
📝 New File
📁 New Folder
Close
Editing: QRCodeServiceContract.php
<?php namespace PragmaRX\Google2FAQRCode\QRCode; interface QRCodeServiceContract { /** * Generates a QR code data url to display inline. * * @param string $string * @param int $size * @param string $encoding Default to UTF-8 * * @return string */ public function getQRCodeInline($string, $size = 200, $encoding = 'utf-8'); }
Save
Cancel