public function where($snippet, $args = []) { $this->condition ->where($snippet, $args); return $this; }