renaming 3
This commit is contained in:
@@ -33,7 +33,7 @@ use Espo\ORM\Entity;
|
||||
|
||||
use Espo\Core\{
|
||||
FieldProcessing\Loader,
|
||||
FieldProcessing\LoaderParams,
|
||||
FieldProcessing\Loader\Params,
|
||||
ORM\EntityManager,
|
||||
};
|
||||
|
||||
@@ -54,7 +54,7 @@ class StringDataLoader implements Loader
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
public function process(Entity $entity, LoaderParams $params): void
|
||||
public function process(Entity $entity, Params $params): void
|
||||
{
|
||||
$userEmailAdddressIdList = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user