We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a6353 commit da8bd0fCopy full SHA for da8bd0f
src/widgets/media/Parallax.php
@@ -49,7 +49,7 @@ public function init()
49
if (!$this->imageSrc) {
50
$imageSrc = ArrayHelper::remove($this->imageOptions, 'src', null);
51
if (!$imageSrc) {
52
- throw new InvalidConfigException("Image src must be defined.");
+ throw new InvalidConfigException('Image src must be defined.');
53
}
54
55
$this->imageSrc = $imageSrc;
0 commit comments