Skip to content

Commit 6bde064

Browse files
committed
added logs for mime detection
1 parent 527b07a commit 6bde064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FormatRegistry.php

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public function isSupportedConversion(ConvertibleFormat $inputFormat, string $ou
141141
*/
142142
public function isSupportedMimeType(ConvertibleFormat $format, string $mimeType): bool
143143
{
144+
Log::info("Checking if mime type is supported: " . $format->getMimeType() . " and " . $mimeType);
144145
return Str::is($format->getMimeType(), $mimeType);
145146
}
146147

0 commit comments

Comments
 (0)