Skip to content

Commit cf32d73

Browse files
T3RAN13T3RAN13
authored andcommitted
get_discussions_by_created update
1 parent bab8b84 commit cf32d73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Commands/GetDiscussionsByCreatedCommand.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
namespace GrapheneNodeClient\Commands;
55

66

7+
use GrapheneNodeClient\Connectors\ConnectorInterface;
8+
79
class GetDiscussionsByCreatedCommand extends CommandAbstract
810
{
911
protected $method = 'get_discussions_by_created';
@@ -25,4 +27,5 @@ class GetDiscussionsByCreatedCommand extends CommandAbstract
2527
// 'start_permlink', //'start_permlink' for pagination,
2628
]
2729
]
28-
];
30+
];
31+
}

0 commit comments

Comments
 (0)