Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emagombe authored Dec 12, 2019
1 parent d9e5e60 commit 5561651
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 @@ -197,7 +197,7 @@ TRUNCATE user;
To execute the SQL query you only need to call the **execute** function from the JQB::Truncate function response

```php
$result = JQB::('user')->execute();
$result = JQB::Truncate('user')->execute();

if($result->success) { echo "success"; } else { echo "failure" }

Expand Down

0 comments on commit 5561651

Please sign in to comment.