We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146c076 commit 1db5abaCopy full SHA for 1db5aba
docs/en/group.md
@@ -119,11 +119,11 @@ Returns the group repository.
119
```
120
join(
121
Podium\Api\Interfaces\GroupRepositoryInterface $group,
122
- Podium\Api\Interfaces\MemberRepositoryInterface $member
+ Podium\Api\Interfaces\RepositoryInterface $repository
123
): Podium\Api\PodiumResponse
124
125
126
-Joins the group as the member. See also [leave](#leave).
+Adds the repository to the group. See also [leave](#leave).
127
128
#### Events
129
@@ -141,7 +141,7 @@ leave(
141
142
143
144
-Leaves the group as the member. See also [join](#join).
+Removes the repository from the group. See also [join](#join).
145
146
147
0 commit comments