Skip to content

Commit

Permalink
Change visibility and better naming. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Apr 3, 2023
1 parent 61fa200 commit 2e92474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandPDO.php
Expand Up @@ -17,7 +17,7 @@
*/
final class CommandPDO extends AbstractCommandPDO
{
public function queryBuilder(): QueryBuilderInterface
protected function getQueryBuilder(): QueryBuilderInterface
{
return $this->db->getQueryBuilder();
}
Expand Down

0 comments on commit 2e92474

Please sign in to comment.