Skip to content

Commit f85ffc2

Browse files
authored
Add 'joined' field to cast in DateTime
1 parent 030f8c5 commit f85ffc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Facebook/GraphNodes/GraphNode.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ public function shouldCastAsDateTime($key)
150150
'backdated_time',
151151
'issued_at',
152152
'expires_at',
153-
'publish_time'
153+
'publish_time',
154+
'joined'
154155
], true);
155156
}
156157

0 commit comments

Comments
 (0)