Remove constant that is not used any more

[MAILPOET-2993]
This commit is contained in:
Pavel Dohnal
2020-11-11 09:59:32 +01:00
committed by Veljko V
parent a8050f0f02
commit ab009864a2

View File

@@ -13,8 +13,6 @@ use MailPoet\Newsletter\Shortcodes\Categories\Subscriber;
use MailPoet\WP\Functions as WPFunctions;
class Shortcodes {
const SHORTCODE_CATEGORY_NAMESPACE = 'MailPoet\Newsletter\Shortcodes\Categories\\';
/** @var NewsletterEntity|null */
private $newsletter;