Skip to content

Commit 6a1ba42

Browse files
committed
Fixed Config
1 parent 5ebd9d8 commit 6a1ba42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Image/ImageEngine.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ private function getConfiguration(string $size): array
5151
}
5252

5353
return [
54-
$configuration[$size][0],
55-
$configuration[$size][1],
56-
$configuration[$size][2] ?? false,
57-
$configuration[$size]['manipulation'] ?? null,
54+
$configuration[0],
55+
$configuration[1],
56+
$configuration[2] ?? false,
57+
$configuration['manipulation'] ?? null,
5858
];
5959
}
6060

0 commit comments

Comments
 (0)