Commit b1a68c98 authored by James Edwards-Jones's avatar James Edwards-Jones

Resolved conflicts in app/services/protected_branches/* from prepend EE::

parent 62ac9cb5
module ProtectedBranches
class AccessLevelParams
<<<<<<< HEAD
prepend EE::ProtectedBranches::AccessLevelParams
=======
>>>>>>> upstream/master
attr_reader :type, :params
def initialize(type, params)
......
module ProtectedBranches
class ApiService < BaseService
<<<<<<< HEAD
prepend EE::ProtectedBranches::ApiService
=======
>>>>>>> upstream/master
def create
@push_params = AccessLevelParams.new(:push, params)
@merge_params = AccessLevelParams.new(:merge, params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment