From 5561651534075ed98cb501da7d9a51d627b1b755 Mon Sep 17 00:00:00 2001 From: Edson Magombe Date: Thu, 12 Dec 2019 02:15:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d516d6e..bcc1d7e 100644 --- a/README.md +++ b/README.md @@ -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" }