# frozen_string_literal: true module Phccodesnipper module Script def self.table_name_prefix 'phccodesnipper_script_' end end end