Completed
Push — master ( b0b9e2...7ccbc8 )
by Arjay
11:16
created
src/Processors/DataProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
     {
264 264
         $arrayDot = array_filter(Arr::dot($row));
265 265
         foreach ($arrayDot as $key => $value) {
266
-            if (! in_array($key, $this->rawColumns)) {
266
+            if (!in_array($key, $this->rawColumns)) {
267 267
                 $arrayDot[$key] = (is_string($value) || $value instanceof Htmlable) ? e($value) : $value;
268 268
             }
269 269
         }
Please login to merge, or discard this patch.