mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 15:52:28 +00:00
:octocat: rename QRCode::getMatrix() and RecoderResult::getMatrix() to getQRMatrix()
This commit is contained in:
@@ -93,7 +93,7 @@ $qrcode->addByteSegment('https://github.com');
|
||||
|
||||
header('Content-type: image/png');
|
||||
|
||||
$qrOutputInterface = new QRImageWithLogo($options, $qrcode->getMatrix());
|
||||
$qrOutputInterface = new QRImageWithLogo($options, $qrcode->getQRMatrix());
|
||||
|
||||
// dump the output, with an additional logo
|
||||
// the logo could also be supplied via the options, see the svgWithLogo example
|
||||
|
||||
Reference in New Issue
Block a user