Jelajahi Sumber

:shower: added $M_TYPE as param to the transform function call

smiley 3 tahun lalu
induk
melakukan
9aad8fbbdf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Output/QROutputAbstract.php

+ 1 - 1
src/Output/QROutputAbstract.php

@@ -152,7 +152,7 @@ abstract class QROutputAbstract implements QROutputInterface{
 				}
 
 				// collect the modules per $M_TYPE
-				$paths[$M_TYPE][] = $transform($x, $y);
+				$paths[$M_TYPE][] = $transform($x, $y, $M_TYPE);
 			}
 		}