Skip to content

Commit a07ce9d

Browse files
committed
Require profile method
1 parent acfbdbc commit a07ce9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AsyncClientInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public function withOutAccessToken(): AsyncClient;
1313

1414
public function getCommandBus(): CommandBusInterface;
1515

16+
public function profile(): PromiseInterface;
17+
1618
public function user(string $user): PromiseInterface;
1719

1820
public function stream(): AsyncStreamingClient;

0 commit comments

Comments
 (0)