Skip to content

Commit 2b444c2

Browse files
authored
Merge pull request facebookarchive#777 from lpavlovi/cast-stop_time-as-DateTime
Added stop_time to the shouldCastAsDateTime whitelist array
2 parents 010bfd9 + 4221fa0 commit 2b444c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facebook/GraphNodes/GraphNode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public function shouldCastAsDateTime($key)
146146
'created_time',
147147
'updated_time',
148148
'start_time',
149+
'stop_time',
149150
'end_time',
150151
'backdated_time',
151152
'issued_at',

0 commit comments

Comments
 (0)