diff --git a/app/services/hyrax/workflow.rb b/app/services/hyrax/workflow.rb new file mode 100644 index 0000000000..77f5382f84 --- /dev/null +++ b/app/services/hyrax/workflow.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true +module Hyrax + module Workflow + end +end