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

@@ -80,7 +80,7 @@ class Select extends Query {
return $this;
}
public function execute(): bool {
public function execute() {
return $this->sql->executeSelect($this);
}