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 8655eec commit b7b8570Copy full SHA for b7b8570
src/Type/Fieldtype/FieldtypePageTitleLanguage.php
@@ -0,0 +1,8 @@
1
+<?php namespace ProcessWire\GraphQL\Type\Fieldtype;
2
+
3
+use ProcessWire\GraphQL\Type\Fieldtype\FieldtypePageTitle;
4
5
+class FieldtypePageTitleLanguage extends FieldtypePageTitle
6
+{
7
8
+}
0 commit comments