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 ){}
 }