From cfb11c6d4a3f57ec35e00cf2743e979f5f6db820 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Fri, 3 Feb 2023 07:44:19 +0100 Subject: [PATCH] PHP8.2 : DEPRECATED Syntax --- src/Dblayeroo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dblayeroo.php b/src/Dblayeroo.php index 6b813c4..f0e5154 100644 --- a/src/Dblayeroo.php +++ b/src/Dblayeroo.php @@ -3683,7 +3683,7 @@ class Dblayeroo } } if ($autoInc !== null) { - $autoInc = $this->table . "_${col}_seq"; + $autoInc = $this->table . "_{$col}_seq"; } } $this->debugLog(