From a8d650f56feedb431c3aa625f5615b0f5e5dc255 Mon Sep 17 00:00:00 2001 From: "Ilya Rumyancev (MacBook)" Date: Sat, 8 Apr 2017 15:49:02 +0300 Subject: [PATCH] Add method (method emulateExecution from interface QueryInterace) --- Query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Query.php b/Query.php index ec2f67d..6fe008b 100644 --- a/Query.php +++ b/Query.php @@ -1237,4 +1237,6 @@ class Query extends Component implements QueryInterface } return $this; } + + public function emulateExecution ( $value = true ){} }