예제 #1
0
파일: Advert.php 프로젝트: jdrda/olapus
 /**
  * Process relationships
  * 
  * @param type $query
  * @return object
  */
 public function scopeRelationships($query)
 {
     return $query->with('images', 'images.imagecategories', 'advertlocations');
 }
예제 #2
0
 /**
  * Process relationships
  * 
  * @param type $query
  * @return object
  */
 public function scopeRelationships($query)
 {
     return $query->with('adverts');
 }