Skip to content

Commit 1db5aba

Browse files
author
Bizley
committed
Refactoring group repositories
1 parent 146c076 commit 1db5aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ Returns the group repository.
119119
```
120120
join(
121121
Podium\Api\Interfaces\GroupRepositoryInterface $group,
122-
Podium\Api\Interfaces\MemberRepositoryInterface $member
122+
Podium\Api\Interfaces\RepositoryInterface $repository
123123
): Podium\Api\PodiumResponse
124124
```
125125

126-
Joins the group as the member. See also [leave](#leave).
126+
Adds the repository to the group. See also [leave](#leave).
127127

128128
#### Events
129129

@@ -141,7 +141,7 @@ leave(
141141
): Podium\Api\PodiumResponse
142142
```
143143

144-
Leaves the group as the member. See also [join](#join).
144+
Removes the repository from the group. See also [join](#join).
145145

146146
#### Events
147147

0 commit comments

Comments
 (0)