mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Merge branch 'master' of https://github.com/espocrm/espocrm
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user