コード例 #1
0
ファイル: EcontController.php プロジェクト: rolice/econt
 public function neighbourhoods()
 {
     return Neighbourhood::orderBy('name')->get();
 }