Skip to content

Commit 899d74e

Browse files
authored
Update ConvertConfigToJsonPatch.php - fix for lower php versions
1 parent 27c9278 commit 899d74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup/Patch/Data/ConvertConfigToJsonPatch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function apply()
103103
['value' => $jsonBlocks],
104104
[
105105
'config_id = ?' => $scope['config_id']
106-
],
106+
]
107107
);
108108
} catch (\Exception $e) {
109109
$this->logger->debug(__('Magefan LazyLoad ERROR: while converting to json for config_id: ') . $scope['config_id']);

0 commit comments

Comments
 (0)