orm renaming
This commit is contained in:
@@ -54,6 +54,6 @@ class QueryExecutor
|
||||
{
|
||||
$sql = $this->entityManager->getQueryComposer()->compose($query);
|
||||
|
||||
return $this->entityManager->runSql($sql, true);
|
||||
return $this->entityManager->executeSql($sql, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user