Skip to content

Commit 486df61

Browse files
committed
Remove "Type" suffix from page types.
1 parent c827ba6 commit 486df61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Object/TemplatedPageType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(Template $template)
2626

2727
public function getName()
2828
{
29-
return ucfirst(self::normalizeName($this->template->name)) . 'PageType';
29+
return ucfirst(self::normalizeName($this->template->name)) . 'Page';
3030
}
3131

3232
public function getDescription()

0 commit comments

Comments
 (0)