mirror of
https://github.com/Intervention/image.git
synced 2025-08-25 14:50:48 +02:00
Bugfix
This commit is contained in:
@@ -17,7 +17,7 @@ class ImageFactory implements FactoryInterface
|
|||||||
|
|
||||||
return new Image(
|
return new Image(
|
||||||
new Collection([
|
new Collection([
|
||||||
new Frame($imagick)
|
new Frame($gd)
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user