@@ -67,9 +67,9 @@ |
||
| 67 | 67 | public function serialize() |
| 68 | 68 | { |
| 69 | 69 | return [ |
| 70 | - 'phone' => $this->phones, |
|
| 71 | - 'email' => $this->emails, |
|
| 72 | - 'url' => $this->urls, |
|
| 70 | + 'phone' => $this->phones, |
|
| 71 | + 'email' => $this->emails, |
|
| 72 | + 'url' => $this->urls, |
|
| 73 | 73 | ]; |
| 74 | 74 | } |
| 75 | 75 | |