Completed
Push — master ( e14e07...c33614 )
by Loban
54:50
created
src/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     protected function getSaveAttributes($safeOnly = false)
88 88
     {
89 89
         $data = $this->getAttributes($this->getSaveAttributeList($safeOnly));
90
-        return array_filter($data, function ($val) {
90
+        return array_filter($data, function($val) {
91 91
             return $val !== '' || $val !== [] || $val !== null;
92 92
         });
93 93
     }
Please login to merge, or discard this patch.