@@ -116,10 +116,10 @@ |
||
| 116 | 116 | { |
| 117 | 117 | $serialized = array_filter( |
| 118 | 118 | [ |
| 119 | - 'phone' => $this->phone, |
|
| 120 | - 'email' => $this->email, |
|
| 121 | - 'url' => $this->url, |
|
| 122 | - 'urlLabel' => $this->urlLabel, |
|
| 119 | + 'phone' => $this->phone, |
|
| 120 | + 'email' => $this->email, |
|
| 121 | + 'url' => $this->url, |
|
| 122 | + 'urlLabel' => $this->urlLabel, |
|
| 123 | 123 | ] |
| 124 | 124 | ); |
| 125 | 125 | |