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);
 }