We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c827ba6 commit 486df61Copy full SHA for 486df61
src/Type/Object/TemplatedPageType.php
@@ -26,7 +26,7 @@ public function __construct(Template $template)
26
27
public function getName()
28
{
29
- return ucfirst(self::normalizeName($this->template->name)) . 'PageType';
+ return ucfirst(self::normalizeName($this->template->name)) . 'Page';
30
}
31
32
public function getDescription()
0 commit comments