@@ -105,7 +105,7 @@ |
||
105 | 105 | $elements = Craft::$app->getElements(); |
106 | 106 | $models = []; |
107 | 107 | foreach ($results as $config) { |
108 | - if($config['id'] && $config['siteId']) { |
|
108 | + if ($config['id'] && $config['siteId']) { |
|
109 | 109 | $model = $elements->getElementById($config['id'], $elementClass, $config['siteId']); |
110 | 110 | if ($model) { |
111 | 111 | // The `count` property is added dynamically by our CountBehavior behavior |