We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ab16c commit ebe40a4Copy full SHA for ebe40a4
src/Models/Image.php
@@ -40,7 +40,7 @@ public function getUrl(Size | string $size = Size::THUMBNAIL, bool $retina = fal
40
->toArray();
41
42
if (!in_array($parsedSize, $cases, true)) {
43
- throw new InvalidArgumentException('Size must be one of ' . implode(', ', $cases));
+ throw new InvalidArgumentException('Size must be one of ' . implode(', ', $cases));
44
}
45
46
if ($retina) {
0 commit comments