Skip to content

Commit

Permalink
Change visibility and better naming. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Apr 3, 2023
1 parent d40a47f commit c8de2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandPDO.php
Expand Up @@ -52,7 +52,7 @@ public function insertWithReturningPks(string $table, array $columns): bool|arra
return $result;
}

public function queryBuilder(): QueryBuilderInterface
protected function getQueryBuilder(): QueryBuilderInterface
{
return $this->db->getQueryBuilder();
}
Expand Down

0 comments on commit c8de2b1

Please sign in to comment.