1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-24 06:22:57 +02:00
This commit is contained in:
Oliver Vogel
2021-10-30 20:25:20 +02:00
parent 6d387e1c38
commit 80c08fd989

View File

@@ -17,7 +17,7 @@ class ImageFactory implements FactoryInterface
return new Image(
new Collection([
new Frame($imagick)
new Frame($gd)
])
);
}