Skip to content

Commit 1600faa

Browse files
author
mimidots
committed
Typo fix
1 parent 3231c48 commit 1600faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function truncate()
356356
try {
357357
$this->exec($sql);
358358

359-
static::$response["status"] = "error";
359+
static::$response["status"] = "success";
360360
static::$response["response"] = "success";
361361
static::$response["code"] = 200;
362362

0 commit comments

Comments
 (0)