Пример #1
0
 public static function towns($id)
 {
     return Town::where('state_id', '=', $id)->get();
 }