orm renaming

This commit is contained in:
Yuri Kuznetsov
2020-08-18 21:02:49 +03:00
parent 3d7a04be8e
commit 65929eec4b
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ class QueryExecutor
{
$sql = $this->entityManager->getQueryComposer()->compose($query);
return $this->entityManager->runSql($sql, true);
return $this->entityManager->executeSql($sql, true);
}
}