Exemple #1
0
 public function scopeRequested($query)
 {
     return $query->where('domain', \Request::getHost());
 }