diff --git a/src/Command/CreateIconsCommand.php b/src/Command/CreateIconsCommand.php index 9dc789a..33ea270 100644 --- a/src/Command/CreateIconsCommand.php +++ b/src/Command/CreateIconsCommand.php @@ -128,7 +128,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int ]; $destMimeType = $mime->guessMimeType($filePath); if ($destMimeType !== null) { - $config['type'] = $destMimeType; + $config['format'] = $destMimeType; } $generatedIcons[] = $config;