# frozen_string_literal: true module Tramway module Auth class ApplicationJob < ActiveJob::Base end end end