Skip to content

Commit eeec0e9

Browse files
authored
Removed constructor from QueryBuilder
1 parent 7d3ffb8 commit eeec0e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/QueryBuilder.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ class QueryBuilder implements BuildableQueryContract
4949
*/
5050
public bool $allowParametersToBeReplaced = true;
5151

52-
/**
53-
* Constructor is private to enforce usage of the static creation method.
54-
*/
55-
private function __construct() { }
56-
5752
/**
5853
* Creates a new instance of the QueryBuilder, optionally starting with a provided SQL statement and tokens.
5954
*

0 commit comments

Comments
 (0)