@@ -6,7 +6,6 @@ |
||
6 | 6 | protected $arrays = []; |
7 | 7 | |
8 | 8 | /** |
9 | - * @param array $arrays,... |
|
10 | 9 | * @throws \RuntimeException |
11 | 10 | */ |
12 | 11 | public function __construct() |
@@ -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 | } |