@@ -15,8 +15,8 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function fill(array $attributes) |
| 17 | 17 | { |
| 18 | - foreach ($attributes as $name=>$value){ |
|
| 19 | - $this->$name=$value; |
|
| 18 | + foreach ($attributes as $name=>$value) { |
|
| 19 | + $this->$name = $value; |
|
| 20 | 20 | } |
| 21 | 21 | return $this; |
| 22 | 22 | } |