data = $data; } /** * @inheritDoc */ public function jsonSerialize(): array { return [ 'success' => true, 'data' => $this->data, ]; } }