Skip to content

Commit ab95c9d

Browse files
committed
Rename parentId to parentID.
1 parent d30ec3d commit ab95c9d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Type/InterfaceType/PageInterfaceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function getPageFields()
5252
'next' => 'PageNextField',
5353
'numChildren' => 'PageNumChildrenField',
5454
'parent' => 'PageParentField',
55-
'parentId' => 'PageParentIdField',
55+
'parentID' => 'PageParentIDField',
5656
'parents' => 'PageParentsField',
5757
'path' => 'PagePathField',
5858
'prev' => 'PagePrevField',

0 commit comments

Comments
 (0)