Commit d963e138 authored by Ian Baum's avatar Ian Baum

Resolving conflict with app/services/lfs/lock_file_service.rb

parent 9966b360
module Lfs
class LockFileService < BaseService
<<<<<<< HEAD
prepend EE::Lfs::LockFileService
=======
>>>>>>> upstream/master
def execute
unless can?(current_user, :push_code, project)
raise Gitlab::GitAccess::UnauthorizedError, 'You have no permissions'
......
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