codemasher 5 anni fa
parent
commit
21e12f181f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/QRCode.php

+ 1 - 1
src/QRCode.php

@@ -13,7 +13,7 @@
 namespace chillerlan\QRCode;
 
 use chillerlan\QRCode\Data\{
-	MaskPatternTester, QRCodeDataException, QRDataInterface, QRMatrix
+	AlphaNum, Byte, Kanji, MaskPatternTester, Number, QRCodeDataException, QRDataInterface, QRMatrix
 };
 use chillerlan\QRCode\Output\{
 	QRCodeOutputException, QRImage, QRImagick, QRMarkup, QROutputInterface, QRString