@@ -287,9 +287,9 @@ |
||
| 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 | } |