@@ -54,7 +54,7 @@ |
||
54 | 54 | public function addLayout($layout, $args = []) |
55 | 55 | { |
56 | 56 | if (is_a($layout, Builder::class)) { |
57 | - $layout = clone $layout; |
|
57 | + $layout = clone $layout; |
|
58 | 58 | } else { |
59 | 59 | $layout = new FieldsBuilder($layout, $args); |
60 | 60 | } |