public function prefix($prefix) { $this->query->addPrefix($this->model->getTable(), $prefix); return $this->model; }