Skip to content

Commit 074dd75

Browse files
committed
Rename the PageType interfaceto PageInterfaceType, for clarity.
1 parent 66b040b commit 074dd75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Type/InterfaceType/PageType.php renamed to src/Type/InterfaceType/PageInterfaceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use ProcessWire\GraphQL\Type\Object\TemplatedPageType;
88
use ProcessWire\GraphQL\Settings;
99

10-
class PageType extends AbstractInterfaceType {
10+
class PageInterfaceType extends AbstractInterfaceType {
1111

1212
public function getName()
1313
{

src/Type/Object/PageType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace ProcessWire\GraphQL\Type\Object;
44

55
use Youshido\GraphQL\Type\Object\AbstractObjectType;
6-
use ProcessWire\GraphQL\Type\InterfaceType\PageType as PageInterfaceType;
6+
use ProcessWire\GraphQL\Type\InterfaceType\PageInterfaceType;
77

88
class PageType extends AbstractObjectType {
99

src/Type/Object/TemplatedPageType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Youshido\GraphQL\Type\Object\AbstractObjectType;
66
use ProcessWire\Template;
7-
use ProcessWire\GraphQL\Type\InterfaceType\PageType as PageInterfaceType;
7+
use ProcessWire\GraphQL\Type\InterfaceType\PageInterfaceType;
88
use ProcessWire\GraphQL\Settings;
99

1010
class TemplatedPageType extends AbstractObjectType {

0 commit comments

Comments
 (0)