39ec4d1c28
Bringing in the DB migration and some light changes for CE classes
9 lines
143 B
Ruby
9 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Git
|
|
class WikiPushService < ::BaseService
|
|
def execute
|
|
# This is used in EE
|
|
end
|
|
end
|
|
end
|