We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6b3b7 commit 4fdf14dCopy full SHA for 4fdf14d
app/Services/Dto/AIContentDto.php
@@ -26,7 +26,7 @@ public function setSubject(string $subject): self
26
return $this;
27
}
28
29
- public function setSubCategory(string $subCategory): self
+ public function setSubCategory(?string $subCategory): self
30
{
31
$this->subCategory = $subCategory;
32
0 commit comments