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;
 
 use chillerlan\QRCode\QRCode;
+use Closure;
 
 use function array_fill, array_key_exists, array_push, array_unshift, count, floor, in_array, max, min, range;