nullableFields = [ ...$this->nullableFields, 'user_uid', 'worker_uid', ]; } public function getUserUid(): ?int { return $this->user_uid; } public function getWorkerUid(): ?int { return $this->worker_uid; } public function getCaregory(): string { return $this->category; } public function getContent(): ?string { return $this->category; } }