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

Commit 1727ff5

Browse files
replaced deprecated method
1 parent 089aeae commit 1727ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/GraphNodes/GraphObjectFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function makeGraphObject($subclassName = null)
6868
*/
6969
public function makeGraphEvent()
7070
{
71-
return $this->makeGraphObject(static::BASE_GRAPH_OBJECT_PREFIX . 'GraphEvent');
71+
return $this->makeGraphNode(static::BASE_GRAPH_OBJECT_PREFIX . 'GraphEvent');
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)