Skip to content

Commit e0cc6eb

Browse files
committed
Fix JoinSupportingQueryBuilderParser documentation. closes #50
1 parent c253a9a commit e0cc6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ On the client side, a little bit of magic is required to make everything work.
179179

180180
$table = DB::table('table_of_data_to_integrate');
181181
$jsqbp = new JoinSupportingQueryBuilderParser($fields, $this->getJoinFields());
182-
$test = $parser->parse($json, $builder);
182+
$test = $jsqbp->parse($json, $builder);
183183
```
184184

185185
Which will build an SQL query similar to:

0 commit comments

Comments
 (0)