Add constant with type for segment of type UserRole

[MAILPOET-3469]
This commit is contained in:
Jan Lysý
2021-06-09 09:53:05 +02:00
committed by Veljko V
parent af8cda710e
commit ddcf35eeff

View File

@@ -9,6 +9,8 @@ use MailPoetVendor\Doctrine\DBAL\Query\QueryBuilder;
use MailPoetVendor\Doctrine\ORM\EntityManager;
class UserRole implements Filter {
const TYPE = 'wordpressRole';
/** @var EntityManager */
private $entityManager;