Skip to content

Commit 8078626

Browse files
committed
Fix class import typo. Issue #2.
1 parent 857b359 commit 8078626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Field/Page/Fieldtype/FieldtypeDatetime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ProcessWire\GraphQL\Field\Page\Fieldtype;
44

5-
use Youshido\GraphQL\Type\Scalar\DatetimeType;
5+
use Youshido\GraphQL\Type\Scalar\DateTimeType;
66
use ProcessWire\GraphQL\Field\Page\Fieldtype\AbstractFieldtype;
77

88
class FieldtypeDatetime extends AbstractFieldtype {
@@ -12,4 +12,4 @@ public function getDefaultType()
1212
return new DatetimeType();
1313
}
1414

15-
}
15+
}

0 commit comments

Comments
 (0)