@@ -6,7 +6,7 @@ |
||
6 | 6 | { |
7 | 7 | public function __construct($name, $type = 'accordion', $config = []) |
8 | 8 | { |
9 | - parent::__construct($name, $type, $config); |
|
9 | + parent::__construct($name, $type, $config); |
|
10 | 10 | } |
11 | 11 | |
12 | 12 | public function setOpen($value = 1) |
@@ -34,7 +34,7 @@ |
||
34 | 34 | return $this->getBuilder()->getField($value)->getKey(); |
35 | 35 | } |
36 | 36 | |
37 | - return $value; |
|
37 | + return $value; |
|
38 | 38 | } |
39 | 39 | |
40 | 40 | public function transformConfig($config) |