<?php
/**
 * Promoter notice constants.
 */

namespace Inpsyde\BackWPup\Notice;

class Promoter {

	public const OPTION_NAME = 'backwpup_notice_promoter';
}
