@@ -64,8 +64,8 @@ |
||
| 64 | 64 | */ |
| 65 | 65 | public function hasAttribute($key) |
| 66 | 66 | { |
| 67 | - foreach($this->attributes as $attribute) { |
|
| 68 | - if($attribute->getKey() == $key) { |
|
| 67 | + foreach ($this->attributes as $attribute) { |
|
| 68 | + if ($attribute->getKey() == $key) { |
|
| 69 | 69 | return true; |
| 70 | 70 | } |
| 71 | 71 | } |