fix: MySQL->for() deprecation notice since version 3.5.7

This commit is contained in:
Victor Westerlund 2025-06-08 12:30:14 +02:00
parent 00cb7b3297
commit 27f0e27f56
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -78,7 +78,7 @@
#[\Deprecated( #[\Deprecated(
message: "use MySQL->from() instead", message: "use MySQL->from() instead",
since: "2.1.5", since: "3.5.7",
)] )]
public function for(string $table): self { public function for(string $table): self {
$this->from($table); $this->from($table);