renaming 3

This commit is contained in:
Yuri Kuznetsov
2021-09-22 13:23:41 +03:00
parent e8d62ecc22
commit 61bbb23e7a
45 changed files with 92 additions and 83 deletions
@@ -33,7 +33,7 @@ use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
FieldProcessing\Loader\Params,
ORM\EntityManager,
Acl,
Acl\Table,
@@ -54,7 +54,7 @@ class LastAccessLoader implements Loader
$this->acl = $acl;
}
public function process(Entity $entity, LoaderParams $params): void
public function process(Entity $entity, Params $params): void
{
$forbiddenFieldList = $this->acl
->getScopeForbiddenFieldList($entity->getEntityType(), Table::ACTION_READ);