diff --git a/src/MySQL.php b/src/MySQL.php index 273d4ea..074df8c 100644 --- a/src/MySQL.php +++ b/src/MySQL.php @@ -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