Domain\Repositories\BaseRepository::withoutTrashed PHP Method

withoutTrashed() public method

Without trashed.
public withoutTrashed ( )
    public function withoutTrashed()
    {
        $this->model = $this->makeModel();
        return $this;
    }