mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 21:00:35 +00:00
:octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls
This commit is contained in:
@@ -19,7 +19,7 @@ mb_internal_encoding('UTF-8');
|
||||
|
||||
// please excuse the IDE yelling https://youtrack.jetbrains.com/issue/WI-66549
|
||||
$options = new QROptions;
|
||||
$options->imageBase64 = false;
|
||||
$options->outputBase64 = false;
|
||||
$options->connectPaths = true;
|
||||
|
||||
$qrcode = (new QRCode($options))
|
||||
|
||||
Reference in New Issue
Block a user