Changed user to something & changed value to 3

This commit is contained in:
mathias 2021-08-20 14:46:44 +02:00
parent 788cec76fa
commit b28b2606cb
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

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();
} }
} }