Spaces:
No application file
No application file
declare(strict_types=1); | |
namespace Mautic\LeadBundle\Entity; | |
interface IdentifierFieldEntityInterface | |
{ | |
/** | |
* @return string[] | |
*/ | |
public static function getDefaultIdentifierFields(): array; | |
} | |