/**
  * Resets the query scope.
  */
 public function resetScope()
 {
     $this->repository->resetScope();
 }