Exemple #1
0
 public static function get_unique_city()
 {
     return Venue::distinct('city')->get();
 }