mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-29 19:48:17 +00:00
:octocat: fixes/implements #223
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\QRCode\Output\QRGdImage;
|
||||
use chillerlan\QRCode\Output\QRGdImagePNG;
|
||||
use chillerlan\QRCode\Output\QROutputInterface;
|
||||
use chillerlan\QRCode\QRCode;
|
||||
use chillerlan\QRCode\QROptions;
|
||||
@@ -27,7 +27,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
|
||||
// Class definition
|
||||
// --------------------
|
||||
|
||||
class QRGdRounded extends QRGdImage{
|
||||
class QRGdRounded extends QRGdImagePNG{
|
||||
|
||||
/** @inheritDoc */
|
||||
public function __construct(SettingsContainerInterface $options, QRMatrix $matrix){
|
||||
|
||||
Reference in New Issue
Block a user