コード例 #1
0
ファイル: DataRepository.php プロジェクト: alerj/edemocracia
 public function getStates()
 {
     return State::pluck('nome', 'uf');
 }