applyScopes() public method

Apply the scopes to the Eloquent builder instance and return it.
public applyScopes ( ) : Builder | static
return Builder | static
Exemplo n.º 1
0
 /**
  * Apply the scopes to the Eloquent builder instance and return it.
  *
  * @return \Illuminate\Database\Eloquent\Builder|static 
  * @static 
  */
 public static function applyScopes()
 {
     return \Illuminate\Database\Eloquent\Builder::applyScopes();
 }