Example #1
0
 public function neighbourhoods()
 {
     return Neighbourhood::orderBy('name')->get();
 }