예제 #1
0
파일: Group.php 프로젝트: BibleBowl/account
 public function wordpressLocation()
 {
     return Location::where('location_extrafields', 'like', '%' . $this->guid . '%')->first();
 }
예제 #2
0
파일: Map.php 프로젝트: BibleBowl/account
 public function locations() : array
 {
     return Location::whereIn('location_id', $this->map_locations)->get();
 }