From d37c20a3cba5834881236951b53b060abd6c6dda Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Wed, 13 Mar 2024 13:06:47 -0600 Subject: [PATCH] Update QuoterTest.php --- tests/Common/QuoterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Common/QuoterTest.php b/tests/Common/QuoterTest.php index ac3230f..b05ca51 100644 --- a/tests/Common/QuoterTest.php +++ b/tests/Common/QuoterTest.php @@ -5,7 +5,7 @@ class QuoterTest extends TestCase { - protected ?\Aura\SqlQuery\Common\Quoter $quoter = null; + protected $quoter = null; public function set_up() {