Skip to content

Commit 4fdf14d

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Dto/AIContentDto.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function setSubject(string $subject): self
2626
return $this;
2727
}
2828

29-
public function setSubCategory(string $subCategory): self
29+
public function setSubCategory(?string $subCategory): self
3030
{
3131
$this->subCategory = $subCategory;
3232

0 commit comments

Comments
 (0)