@@ -52,7 +52,7 @@ |
||
52 | 52 | $records = []; |
53 | 53 | |
54 | 54 | // Get the query to apply across all variants: looks at all subsites, translations, live stage only. |
55 | - $crossVariant = (function ($dataQuery) { |
|
55 | + $crossVariant = (function($dataQuery) { |
|
56 | 56 | $params = [ |
57 | 57 | 'Subsite.filter' => false, |
58 | 58 | 'Versioned.mode' => 'stage', |