From 27f0e27f56377f26308ba91cdcfd00ab712efb6d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 8 Jun 2025 12:30:14 +0200 Subject: [PATCH] fix: MySQL->for() deprecation notice since version 3.5.7 --- src/MySQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);