We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3f890 commit 7ef7f77Copy full SHA for 7ef7f77
1 file changed
user_guide_src/source/database/query_builder.rst
@@ -1142,7 +1142,7 @@ the data to the first parameter of the function::
1142
// WHERE id = $id
1143
1144
If you want to delete all data from a table, you can use the truncate()
1145
-function, or empty_table().
+function, or emptyTable().
1146
1147
**$builder->emptyTable()**
1148
0 commit comments