Skip to content

Commit e4db1cd

Browse files
authored
fix: use correct type in category structure
1 parent fc98539 commit e4db1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPDraft/Model/Category.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace PHPDraft\Model;
1414

15-
use PHPDraft\Model\Elements\ObjectStructureElement;
15+
use PHPDraft\Model\Elements\BasicStructureElement;
1616

1717
/**
1818
* Class Category.
@@ -22,7 +22,7 @@ class Category extends HierarchyElement
2222
/**
2323
* API Structure element.
2424
*
25-
* @var ObjectStructureElement[]
25+
* @var BasicStructureElement[]
2626
*/
2727
public array $structures = [];
2828

0 commit comments

Comments
 (0)