@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @return $this |
| 28 | 28 | */ |
| 29 | - public function addSubcategory(self|Category\CategoryDto $category): self |
|
| 29 | + public function addSubcategory(self | Category\CategoryDto $category): self |
|
| 30 | 30 | { |
| 31 | 31 | $this->data->subCategories[] = $category; |
| 32 | 32 | |