slug; } public function setSlug(?string $slug): self { $this->slug = $slug; return $this; } }