# frozen-string_literal: true module Decidim module Meetings class MeetingRegistrationsEnabledEvent < Decidim::Events::SimpleEvent end end end