Completed
Push — master ( aeb75f...c6fd8d )
by Mehmet
02:54
created
src/ModelUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
         return $new_doc;
292 292
     }
293 293
 
294
-    private static function setDefaultModelAttributes($my_model){
294
+    private static function setDefaultModelAttributes($my_model) {
295 295
         
296 296
         return array_merge(static::$field_attributes, $my_model);
297 297
     }
Please login to merge, or discard this patch.