Skip to content
Snippets Groups Projects
Commit 395d7254 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

set new users to reporter, fixes #25

parent b10efbbc
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ final class UsersController extends TracToGitlab\EventController ...@@ -20,7 +20,7 @@ final class UsersController extends TracToGitlab\EventController
$this->gitlab->projects()->addMember( $this->gitlab->projects()->addMember(
$this->gitlabProjectId, $this->gitlabProjectId,
$this->getFromPayload('user_id'), $this->getFromPayload('user_id'),
10 20
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment