Skip to content

Commit 9034d17

Browse files
committed
Updated FeGroupsRepository.php to swap double-quotes with single quotes
1 parent bbdb9cb commit 9034d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Domain/Repository/FeGroupsRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function getAllGroupsWithIpConfiguration(): array
8787
return (array)$queryBuilder
8888
->select('*')
8989
->from(self::TABLE_NAME)
90-
->where('ip_mask != ""')
90+
->where('ip_mask != \'\'')
9191
->executeQuery()
9292
->fetchAllAssociative();
9393
}

0 commit comments

Comments
 (0)