@@ -158,11 +158,11 @@ |
||
158 | 158 | } |
159 | 159 | |
160 | 160 | $cascadeGroups = collect($this->conditions)->map(function ($condition) { |
161 | - return [ |
|
162 | - 'class' => $this->getCascadeClass($condition['value']), |
|
163 | - 'operator' => $condition['operator'], |
|
164 | - 'value' => $condition['value'] |
|
165 | - ]; |
|
161 | + return [ |
|
162 | + 'class' => $this->getCascadeClass($condition['value']), |
|
163 | + 'operator' => $condition['operator'], |
|
164 | + 'value' => $condition['value'] |
|
165 | + ]; |
|
166 | 166 | })->toJson(); |
167 | 167 | |
168 | 168 | $script = <<<SCRIPT |