Skip to content

Commit f1565dc

Browse files
authored
Allow extending of QueryBuilder
1 parent e5bb3d5 commit f1565dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/QueryBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
use Override;
2727
use Random\RandomException;
2828

29-
final class QueryBuilder implements BuildableQueryContract
29+
class QueryBuilder implements BuildableQueryContract
3030
{
3131
/**
3232
* The SQL statement being built.
@@ -222,4 +222,4 @@ private function findFreeAutoParameter(): string
222222
$i++;
223223
}
224224
}
225-
}
225+
}

0 commit comments

Comments
 (0)