# frozen_string_literal: true module TranslationCms module Api module Customers class Base < TranslationCms::Api::Base custom_scope! :customers end end end end