smiley 2 mesiacov pred
rodič
commit
02ec24ee07
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Output/QROutputAbstract.php

+ 1 - 1
src/Output/QROutputAbstract.php

@@ -16,7 +16,7 @@ namespace chillerlan\QRCode\Output;
 use chillerlan\QRCode\QROptions;
 use chillerlan\QRCode\Data\QRMatrix;
 use chillerlan\Settings\SettingsContainerInterface;
-use Closure, finfo;
+use finfo;
 use function base64_encode, dirname, extension_loaded, file_put_contents, is_writable, ksort, sprintf;
 use const FILEINFO_MIME_TYPE;