rename QueryParams => Query

This commit is contained in:
Yuri Kuznetsov
2021-06-24 12:30:24 +03:00
parent a381eb3d5a
commit 1e7f248d28
161 changed files with 269 additions and 269 deletions
@@ -32,7 +32,7 @@ namespace Espo\Tools\EmailNotification;
use Espo\{
ORM\Entity,
ORM\EntityManager,
ORM\QueryParams\SelectBuilder as SelectBuilder,
ORM\Query\SelectBuilder as SelectBuilder,
Entities\User as UserEntity,
};