/** * Retorna estados para popular os selects dos forms * * @return mixed */ private function getEstados() { return Estado::lists('nome', 'id'); }