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
+1 -1
View File
@@ -45,7 +45,7 @@ use Espo\Core\{
use Espo\ORM\{
EntityManager,
QueryParams\Part\Condition as Cond,
Query\Part\Condition as Cond,
};
use Exception;