Skip to content

Commit 7ef7f77

Browse files
committed
[ci skip] Error correction in reference to Query Builder emptyTable method
1 parent 6a3f890 commit 7ef7f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ the data to the first parameter of the function::
11421142
// WHERE id = $id
11431143

11441144
If you want to delete all data from a table, you can use the truncate()
1145-
function, or empty_table().
1145+
function, or emptyTable().
11461146

11471147
**$builder->emptyTable()**
11481148

0 commit comments

Comments
 (0)