@@ -31,7 +31,7 @@ |
||
31 | 31 | public function __construct(string $id, string $name, string $identifier, string $body) |
32 | 32 | { |
33 | 33 | $this->id = $id; |
34 | - $this->name = $name; |
|
34 | + $this->name = $name; |
|
35 | 35 | $this->identifier = $identifier; |
36 | 36 | $this->body = $body; |
37 | 37 | } |