We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9206c46 commit f0e4645Copy full SHA for f0e4645
1 file changed
src/PHPSQLParser/PHPSQLCreator.php
@@ -65,6 +65,8 @@
65
*/
66
class PHPSQLCreator {
67
68
+ public $created;
69
+
70
public function __construct($parsed = false) {
71
if ($parsed) {
72
$this->create($parsed);
0 commit comments