Skip to content

Commit da8bd0f

Browse files
committed
cleanup
1 parent 48a6353 commit da8bd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/media/Parallax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function init()
4949
if (!$this->imageSrc) {
5050
$imageSrc = ArrayHelper::remove($this->imageOptions, 'src', null);
5151
if (!$imageSrc) {
52-
throw new InvalidConfigException("Image src must be defined.");
52+
throw new InvalidConfigException('Image src must be defined.');
5353
}
5454

5555
$this->imageSrc = $imageSrc;

0 commit comments

Comments
 (0)