/**
  * Resets the query scope.
  */
 public function resetScope()
 {
     $this->repository->resetScope();
 }
Beispiel #2
0
 /**
  * Override the parent constructor, ensuring $model is required.
  *
  * Repository constructor.
  * @param null $model
  */
 public function __construct($model)
 {
     parent::__construct($model);
 }