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