diff --git a/src/MySQL.php b/src/MySQL.php index 5d7c2e6..273d4ea 100644 --- a/src/MySQL.php +++ b/src/MySQL.php @@ -78,7 +78,7 @@ #[\Deprecated( message: "use MySQL->from() instead", - since: "2.1.5", + since: "3.5.7", )] public function for(string $table): self { $this->from($table);