コード例 #1
0
ファイル: Venue.php プロジェクト: arunkullu64/uksalon
 public static function get_unique_city()
 {
     return Venue::distinct('city')->get();
 }