Skip to content

Commit

Permalink
Fix for run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjansen committed Mar 26, 2023
1 parent 47b1288 commit d8187a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ composer require uteq/laravel-support
```php
$rawQuery = Account::query()
->where('email', 'john')
->getQuery()
->getQuery() // You need to do this to get the rawQuery
->rawQuery();
// return `select * from "account" where "email" = 'john'`
```
Expand Down

0 comments on commit d8187a7

Please sign in to comment.