예제 #1
0
파일: Channel.php 프로젝트: evendev/peak
 public function scopeRequested($query)
 {
     return $query->where('domain', \Request::getHost());
 }