Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaeSoneAungRgn authored Jul 12, 2023
1 parent d40f0b9 commit 79d1f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# To Raw SQL

⚠️ The `toRawSql()` function is included by default in Laravel 10.14.2. You don't need to install this package if your Laravel version is greater than 10.14.1 ⚠️
⚠️ The `toRawSql()` function is included by default in Laravel 10.15.0. You don't need to install this package if your Laravel version is greater than 10.14.1 ⚠️

Get raw SQL from Laravel Query Builder and Eloquent Builder

Expand Down Expand Up @@ -39,7 +39,7 @@ DB::table('users')
## Version History

- 1.1.3
- Do not register the `toRawSql()` macro if the Laravel version is greater than 10.14.1
- do not register the `toRawSql()` macro if the Laravel version is greater than 10.14.1
- 1.1.2
- throw ToRawSqlException when encountering PostgreSQL jsonb operator errors
- 1.1.1
Expand Down

0 comments on commit 79d1f00

Please sign in to comment.