<?php namespace WPForms\Pro\Emails\Templates; use WPForms\Emails\Templates\Notifications; /** * Modern Classic. * Modern takes our classic template and gives it a sleek makeover by removing dividers, increasing padding, and adjusting font sizes. * * @since 1.8.5 */ class Modern extends Notifications { /** * Template slug. * * @since 1.8.5 * * @var string */ const TEMPLATE_SLUG = 'modern'; }