This commit is contained in:
smiley
2025-10-09 23:44:55 +02:00
parent ca3db70a66
commit 02ec24ee07
+1 -1
View File
@@ -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;