Skip to content
Snippets Groups Projects
Commit 0328c67f authored by michael.minelli's avatar michael.minelli
Browse files

GitlabAccess => Rename enum fiels to uppercase ones

parent 522f7dde
No related branches found
No related tags found
No related merge requests found
enum GitlabAccessLevel {
Guest = 10,
Reporter = 20,
Developer = 30,
Maintainer = 40,
Owner = 50
GUEST = 10,
REPORTER = 20,
DEVELOPER = 30,
MAINTAINER = 40,
OWNER = 50
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment