Files

11 lines
150 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Mautic\EmailBundle\Helper;
interface EmailConfigInterface
{
public function isDraftEnabled(): bool;
}