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

Commit 3837be7

Browse files
committed
Merge pull request #527 from EmanueleMinotto/deprecation
replaced deprecated method
2 parents 089aeae + 1727ff5 commit 3837be7

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)