diff --git a/shared/DTOs/PostDTO.php b/shared/DTOs/PostDTO.php index dd89350..7abc14a 100644 --- a/shared/DTOs/PostDTO.php +++ b/shared/DTOs/PostDTO.php @@ -115,7 +115,6 @@ public function getUuid(): ?string public function toArray(): array { return array_filter([ - 'uuid' => $this->uuid, 'user_uuid' => $this->userUuid, 'title' => $this->title, 'content' => $this->content,