()
| 4438 | } |
| 4439 | |
| 4440 | public function toArray(): array |
| 4441 | { |
| 4442 | return [ |
| 4443 | 'id' => $this->getId(), |
| 4444 | 'name' => $this->getName(), |
| 4445 | 'email' => $this->email, |
| 4446 | 'status' => $this->status->value, |
| 4447 | ]; |
| 4448 | } |
| 4449 | |
| 4450 | public function format(string $template): string |
| 4451 | { |
no test coverage detected