This commit is contained in:
Yuri Kuznetsov
2024-11-18 14:09:06 +02:00

View File

@@ -54,7 +54,7 @@ class DefaultOwnershipChecker implements
OwnershipAccountChecker,
OwnershipContactChecker
{
private const ATTR_CREATED_BY_ID = Field::CREATED_AT . 'Id';
private const ATTR_CREATED_BY_ID = Field::CREATED_BY . 'Id';
public function __construct(
private EntityManager $entityManager,