mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 03:33:23 +00:00
:octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls
This commit is contained in:
@@ -19,7 +19,7 @@ $options = new QROptions;
|
||||
$options->version = 7;
|
||||
$options->outputType = QROutputInterface::IMAGICK;
|
||||
$options->scale = 20;
|
||||
$options->imageBase64 = false;
|
||||
$options->outputBase64 = false;
|
||||
$options->bgColor = '#ccccaa';
|
||||
$options->imageTransparent = true;
|
||||
#$options->transparencyColor = '#ECF9BE';
|
||||
|
||||
Reference in New Issue
Block a user