mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 04:57:57 +00:00
🚿
This commit is contained in:
@@ -58,8 +58,8 @@ abstract class QROutputAbstract implements QROutputInterface{
|
||||
* QROutputAbstract constructor.
|
||||
*/
|
||||
public function __construct(SettingsContainerInterface $options, QRMatrix $matrix){
|
||||
$this->options = $options;
|
||||
$this->matrix = $matrix;
|
||||
$this->options = $options;
|
||||
$this->matrix = $matrix;
|
||||
|
||||
$this->setMatrixDimensions();
|
||||
$this->setModuleValues();
|
||||
|
||||
Reference in New Issue
Block a user