@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function serialize() |
| 39 | 39 | { |
| 40 | 40 | return parent::serialize() + [ |
| 41 | - 'website' => (string) $this->getWebsite() |
|
| 41 | + 'website' => (string)$this->getWebsite() |
|
| 42 | 42 | ]; |
| 43 | 43 | } |
| 44 | 44 | |