cs
This commit is contained in:
@@ -332,8 +332,7 @@ class Image implements EntryPoint
|
||||
case 'image/webp':
|
||||
try {
|
||||
$sourceImage = imagecreatefromwebp($filePath);
|
||||
}
|
||||
catch (Throwable) {
|
||||
} catch (Throwable) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user