Skip to content

Commit b4c034a

Browse files
committed
added single class for get_trending_tags api call
1 parent 80b20a1 commit b4c034a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace GrapheneNodeClient\Commands\Single;
5+
6+
7+
class GetTrendingTagsCommand extends CommandAbstract
8+
{
9+
protected $method = 'get_trending_tags';
10+
}

0 commit comments

Comments
 (0)