More space for private concern
This commit is contained in:
parent
4befcc353d
commit
9417814970
|
|
@ -38,6 +38,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def create_issue
|
def create_issue
|
||||||
Issues::CreateService.new(
|
Issues::CreateService.new(
|
||||||
project,
|
project,
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def create_note
|
def create_note
|
||||||
Notes::CreateService.new(
|
Notes::CreateService.new(
|
||||||
project,
|
project,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue