scopes() публичный Метод

Add the given scopes to the current builder instance.
public scopes ( array $scopes ) : mixed
$scopes array
Результат mixed
Пример #1
0
 /**
  * Add the given scopes to the current builder instance.
  *
  * @param array $scopes
  * @return mixed 
  * @static 
  */
 public static function scopes($scopes)
 {
     return \Illuminate\Database\Eloquent\Builder::scopes($scopes);
 }