public function restore($id) { Chamado::withTrashed()->where('id', $id)->restore(); }
public function getSolutions() { $solutions = $this->chamado->solucao()->getResults(); return $this->processChamadoSolutions($solutions->pluck('id')->toArray()); }