ソースを参照

:octocat: +import

codemasher 5 年 前
コミット
5c1a27ba60
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/Data/QRMatrix.php

+ 1 - 0
src/Data/QRMatrix.php

@@ -13,6 +13,7 @@
 namespace chillerlan\QRCode\Data;
 namespace chillerlan\QRCode\Data;
 
 
 use chillerlan\QRCode\QRCode;
 use chillerlan\QRCode\QRCode;
+use Closure;
 
 
 use function array_fill, array_key_exists, array_push, array_unshift, count, floor, in_array, max, min, range;
 use function array_fill, array_key_exists, array_push, array_unshift, count, floor, in_array, max, min, range;