diff --git a/src/PHPSQLParser/PHPSQLCreator.php b/src/PHPSQLParser/PHPSQLCreator.php index 409ab00d..e10080a2 100644 --- a/src/PHPSQLParser/PHPSQLCreator.php +++ b/src/PHPSQLParser/PHPSQLCreator.php @@ -65,6 +65,8 @@ */ class PHPSQLCreator { + public $created; + public function __construct($parsed = false) { if ($parsed) { $this->create($parsed);