Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 7273c7e

Browse files
committed
Merge branch 'tolbon-patch-1' into 5.x
2 parents 90e92bd + 2aa51a3 commit 7273c7e

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)