Overrides ConditionInterface::where
public function where($snippet, $args = []) { $this->query ->where($snippet, $args); return $this; }