From 1b272e5f69e48a227f616aef6cc0d11109c59554 Mon Sep 17 00:00:00 2001 From: Marc Christenfeldt Date: Wed, 19 Feb 2020 05:14:18 +0100 Subject: [PATCH] $ was missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16dbd7..983c683 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can get the last executed query from the client: $lastQuery = $client->getLastQuery(); // or access the static variable directly: -$lastQuery = Client::lastQuery; +$lastQuery = Client::$lastQuery; ``` ### Reading data using a timeout