Completed
Push — master ( 819917...1fe60c )
by Mehmet
04:21
created
src/ModelUtils.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,9 +287,9 @@
 block discarded – undo
287 287
 
288 288
     private static function setDefaultModelAttributes($myModel)
289 289
     {
290
-        $source =static::$fieldAttributes;
290
+        $source = static::$fieldAttributes;
291 291
         foreach ($myModel as $key => $value) {
292
-            $source[$key]=$value;
292
+            $source[$key] = $value;
293 293
         }
294 294
         return $source;
295 295
     }
Please login to merge, or discard this patch.