Correctly place the array type

This commit is contained in:
Joas Schilling 2020-11-06 12:09:58 +01:00 committed by GitHub
parent c5b6e4bc09
commit 8547934e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class Helper {
'installed_version',
'types',
'bgjUpdateGroupsLastRun',
]), IQueryBuilder::PARAM_STR_ARRAY));
], IQueryBuilder::PARAM_STR_ARRAY)));
if (empty($prefix)) {
$query->andWhere($query->expr()->notLike('configkey', $query->createNamedParameter('s%')));