Skip to content

Commit

Permalink
Public Repository::getAllIdsQuery()
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 20, 2023
1 parent d3c6d59 commit 2945786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/Traits/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getAclFilter(): AclFilter
/**
* Return native SQL query to get all ID.
*/
protected function getAllIdsQuery(): string
public function getAllIdsQuery(): string
{
$connection = $this->getEntityManager()->getConnection();
$qb = $connection->createQueryBuilder()
Expand Down

0 comments on commit 2945786

Please sign in to comment.