mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 18:41:04 +00:00
:octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ $options->scale = 5;
|
||||
$options->fpdfMeasureUnit = 'mm';
|
||||
$options->bgColor = [222, 222, 222];
|
||||
$options->drawLightModules = false;
|
||||
$options->imageBase64 = false;
|
||||
$options->outputBase64 = false;
|
||||
$options->moduleValues = [
|
||||
// finder
|
||||
QRMatrix::M_FINDER_DARK => [0, 63, 255], // dark (true)
|
||||
|
||||
Reference in New Issue
Block a user