Completed
Push — master ( fdffae...ff18d3 )
by Loban
04:00
created
src/Model.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
     protected function getSaveAttributes()
57 57
     {
58 58
         $data = $this->getAttributes($this->safeAttributes());
59
-        return array_filter($data, function ($val) {
60
-            return $val !== '' || $val !== [] || $val !== null ;
59
+        return array_filter($data, function($val) {
60
+            return $val !== '' || $val !== [] || $val !== null;
61 61
         });
62 62
     }
63 63
 
Please login to merge, or discard this patch.