mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 00:33:41 +02:00
fix: add missing return statement from 'for()'
This commit is contained in:
parent
03868ae784
commit
d21b571588
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
since: "3.5.7",
|
||||
)]
|
||||
public function for(string $table): self {
|
||||
$this->from($table);
|
||||
return $this->from($table);
|
||||
}
|
||||
|
||||
// Create a WHERE statement from filters
|
||||
|
|
Loading…
Add table
Reference in a new issue