Completed
Push — master ( f2fcb0...d4b67c )
by Song
03:48 queued 51s
created
src/Form/Field/CanCascadeFields.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -158,11 +158,11 @@
 block discarded – undo
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
Please login to merge, or discard this patch.