Skip to content

Commit 1fe57fa

Browse files
rodberiamcal
authored andcommitted
removed dynamic property
1 parent 3356bcd commit 1fe57fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SQLParser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class SQLParser{
1717
public $find_single_table = false;
1818
public $throw_on_bad_syntax = false;
1919

20+
public $sql;
21+
2022
public function parse($sql){
2123

2224
// stashes tokens and source_map in $this

0 commit comments

Comments
 (0)