コード例 #1
0
 public function all()
 {
     return Spot::orderBy('name', 'asc')->get();
 }