Ejemplo n.º 1
0
 public function getStates()
 {
     return State::pluck('nome', 'uf');
 }