@@ -51,8 +51,7 @@ |
||
| 51 | 51 | public function buildAttributes($attributes = []) |
| 52 | 52 | { |
| 53 | 53 | $attributes = $this->isActive() ? |
| 54 | - (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() : |
|
| 55 | - $attributes; |
|
| 54 | + (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() : $attributes; |
|
| 56 | 55 | |
| 57 | 56 | return $this->attributes->build($attributes); |
| 58 | 57 | } |