fix code cleanup mistakes

This commit is contained in:
2021-04-02 22:41:24 +02:00
parent eea0aeacc6
commit 3d703fd7d5
5 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ class Update extends Query {
return $this;
}
public function execute(): bool {
public function execute() {
return $this->sql->executeUpdate($this);
}