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