Skip to content

Commit

Permalink
Type is ID, not Int.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Aug 12, 2017
1 parent 5949226 commit 4ad11db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/MemberTokenTypeCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function attributes()
public function fields()
{
return [
'ID' => ['type' => Type::int()],
'ID' => ['type' => Type::id()],
'FirstName' => ['type' => Type::string()],
'Surname' => ['type' => Type::string()],
'Email' => ['type' => Type::string()],
Expand Down

0 comments on commit 4ad11db

Please sign in to comment.