This commit is contained in:
smiley
2022-10-05 20:12:26 +02:00
parent 9249e215f5
commit 0ae8aa775f
+2 -2
View File
@@ -306,8 +306,8 @@ class QRMatrix{
$pos = [
[0, 0], // top left
[$this->moduleCount - 7, 0], // bottom left
[0, $this->moduleCount - 7], // top right
[$this->moduleCount - 7, 0], // top right
[0, $this->moduleCount - 7], // bottom left
];
foreach($pos as $c){