From 0ae8aa775f1873576d3d2f4f2747e335ac335ca0 Mon Sep 17 00:00:00 2001 From: smiley Date: Wed, 5 Oct 2022 20:12:26 +0200 Subject: [PATCH] :shower: --- src/Data/QRMatrix.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/QRMatrix.php b/src/Data/QRMatrix.php index c7eca7e4f..b77cad87c 100755 --- a/src/Data/QRMatrix.php +++ b/src/Data/QRMatrix.php @@ -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){