$this->quote, ]); $this->delete(); } public function reject(): void { // TODO: we'll probs want to log who reject this quote $this->delete(); } }