Skip to content

Commit

Permalink
Merge 64223eb into 58d7df4
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnub1626 committed Dec 12, 2019
2 parents 58d7df4 + 64223eb commit d13509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/VariantList.php
Expand Up @@ -131,7 +131,7 @@ protected function normalizeVariantConfigEntry($options)
$options = [ $options ];
}

if (array_key_exists('dimensions', $options)) {
if (property_exists($options, 'dimensions')) {
$options = [
'resize' => $options,
];
Expand Down

0 comments on commit d13509f

Please sign in to comment.