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

Commit e5ff37c

Browse files
committed
Fix: Remove useless override
1 parent e3b49ec commit e5ff37c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Facebook/GraphNodes/GraphObjectFactory.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ public function makeGraphObject($subclassName = null)
5959
return $this->makeGraphNode($subclassName);
6060
}
6161

62-
/**
63-
* Convenience method for creating a GraphEvent collection.
64-
*
65-
* @return GraphEvent
66-
*
67-
* @throws FacebookSDKException
68-
*/
69-
public function makeGraphEvent()
70-
{
71-
return $this->makeGraphNode(static::BASE_GRAPH_OBJECT_PREFIX . 'GraphEvent');
72-
}
73-
7462
/**
7563
* Tries to convert a FacebookResponse entity into a GraphEdge.
7664
*

0 commit comments

Comments
 (0)