Esempio n. 1
0
 public function wordpressLocation()
 {
     return Location::where('location_extrafields', 'like', '%' . $this->guid . '%')->first();
 }
Esempio n. 2
0
 public function locations() : array
 {
     return Location::whereIn('location_id', $this->map_locations)->get();
 }