We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0c337 commit 9c2d662Copy full SHA for 9c2d662
src/Discord/Factory/Factory.php
@@ -50,6 +50,8 @@ public function __construct(Discord $discord)
50
*
51
* @return Part|AbstractRepository The object.
52
* @throws \Exception
53
+ *
54
+ * @deprecated 10.37.4 Use `Factory::part()` or `Factory::repository()`
55
*/
56
public function create(string $class, $data = [], bool $created = false)
57
{
0 commit comments