mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Move userName and repositoryName to the base table class.
This commit is contained in:
@@ -26,8 +26,8 @@ trait RepositoryService { self: AccountService =>
|
||||
|
||||
Repositories insert
|
||||
Repository(
|
||||
repositoryName = repositoryName,
|
||||
userName = userName,
|
||||
repositoryName = repositoryName,
|
||||
isPrivate = false,
|
||||
description = description,
|
||||
defaultBranch = "master",
|
||||
|
||||
Reference in New Issue
Block a user