@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | public function setBody($body) |
15 | 15 | { |
16 | - $this->body = new DescriptionV3(); |
|
16 | + $this->body = new DescriptionV3(); |
|
17 | 17 | $this->body->addDescriptionContent('paragraph', $body); |
18 | 18 | |
19 | 19 | return $this; |