Beispiel #1
0
 public function locations() : array
 {
     return Location::whereIn('location_id', $this->map_locations)->get();
 }