codemasher 5 лет назад
Родитель
Сommit
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;