Commit f8e548a0 authored by Robert Speicher's avatar Robert Speicher

Resolve app/services/keys/destroy_service.rb

parent 87fdd686
module Keys module Keys
class DestroyService < ::Keys::BaseService class DestroyService < ::Keys::BaseService
<<<<<<< HEAD
prepend EE::Keys::DestroyService prepend EE::Keys::DestroyService
=======
>>>>>>> upstream/master
def execute(key) def execute(key)
key.destroy if destroy_possible?(key) key.destroy if destroy_possible?(key)
end end
......
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