Skip to content

Commit

Permalink
fix: add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 2, 2017
1 parent 2af0554 commit 14d7d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/api/resources/webhooks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'pact_broker/services'
require 'pact_broker/api/resources/base_resource'
require 'pact_broker/api/decorators/webhooks_decorator'

module PactBroker
Expand All @@ -25,6 +26,5 @@ def webhooks

end
end

end
end
end

0 comments on commit 14d7d02

Please sign in to comment.