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
@@ -36,8 +36,8 @@ use Espo\ORM\{
SthCollection,
Entity,
Mapper\RDBMapper,
QueryParams\Select,
QueryParams\Part\WhereItem,
Query\Select,
Query\Part\WhereItem,
};
use StdClass;