示例#1
0
文件: Channel.php 项目: evendev/peak
 public function scopeRequested($query)
 {
     return $query->where('domain', \Request::getHost());
 }