mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 12:11:26 +02:00
Fix typo in mime type. (#1399)
This commit is contained in:
@@ -20,6 +20,6 @@ class AvifEncoder extends GenericAvifEncoder implements SpecializedInterface
|
|||||||
{
|
{
|
||||||
return $this->createEncodedImage(function ($pointer) use ($image) {
|
return $this->createEncodedImage(function ($pointer) use ($image) {
|
||||||
imageavif($image->core()->native(), $pointer, $this->quality);
|
imageavif($image->core()->native(), $pointer, $this->quality);
|
||||||
}, 'image/aviv');
|
}, 'image/avif');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user