mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
cleanup
This commit is contained in:
@@ -110,8 +110,6 @@ class RecordService
|
||||
$queryBuilder->limit($offset, $limit + 1);
|
||||
}
|
||||
|
||||
//echo $this->entityManager->getQueryComposer()->compose($queryBuilder->build());die;
|
||||
|
||||
$query = $queryBuilder->build();
|
||||
|
||||
if ($query instanceof Union) {
|
||||
|
||||
Reference in New Issue
Block a user