@@ -20,7 +20,7 @@ |
||
20 | 20 | public function serialize() |
21 | 21 | { |
22 | 22 | return serialize([ |
23 | - 'id' => $this->getId(), |
|
23 | + 'id' => $this->getId(), |
|
24 | 24 | 'name' => $this->getName(), |
25 | 25 | 'params' => $this->getParams() |
26 | 26 | ]); |