diff --git a/src/Query.php b/src/Query.php index 789f139..581f31a 100644 --- a/src/Query.php +++ b/src/Query.php @@ -54,6 +54,11 @@ public static function instantiate($action, $from, array $options = []) return $query->action($action)->from($from)->options($options); } + /** + * @param null $db + * @return Command + * @throws \Exception + */ public function createCommand($db = null) { if ($db === null) {