master
# frozen_string_literal: true module Lcms module Engine class ApplicationJob < ActiveJob::Base end end end