Skip to content
Snippets Groups Projects
Verified Commit 1d9e0f68 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Replace resetQueryParts with instanciation of new QueryBuilder

parent 09bbb63b
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class DepartmentUpdateWizard implements UpgradeWizardInterface {
}
);
$queryBuilder->resetQueryParts();
$queryBuilder = $connection->createQueryBuilder();
$departments = $queryBuilder->select('uid', 'pid', 'sys_language_uid', 'title')
->from('tx_sgjobs_domain_model_department')
->execute()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment