Changed user to something & changed value to 3

This commit is contained in:
2021-08-20 14:46:44 +02:00
parent 788cec76fa
commit b28b2606cb

View File

@@ -157,9 +157,9 @@ easier.
.execute(); .execute();
} }
public void deleteUser() { public void deleteSomething() {
delete() delete()
.where("column1", "test") .where("column3", "test")
.execute(); .execute();
} }
} }