We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3ffb8 commit eeec0e9Copy full SHA for eeec0e9
1 file changed
src/QueryBuilder.php
@@ -49,11 +49,6 @@ class QueryBuilder implements BuildableQueryContract
49
*/
50
public bool $allowParametersToBeReplaced = true;
51
52
- /**
53
- * Constructor is private to enforce usage of the static creation method.
54
- */
55
- private function __construct() { }
56
-
57
/**
58
* Creates a new instance of the QueryBuilder, optionally starting with a provided SQL statement and tokens.
59
*
0 commit comments