@@ -24,7 +24,7 @@ |
||
24 | 24 | public function serialize() |
25 | 25 | { |
26 | 26 | return serialize([ |
27 | - 'id' => $this->id, |
|
27 | + 'id' => $this->id, |
|
28 | 28 | 'name' => $this->name, |
29 | 29 | 'params' => $this->params, |
30 | 30 | 'defaults' => $this->defaults, |