Skip to content

Commit

Permalink
Merge pull request #7 from ghonijee/development
Browse files Browse the repository at this point in the history
v1.0.4-Beta
  • Loading branch information
ghonijee authored Nov 3, 2021
2 parents d55ec4c + 89da03f commit bdd0ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ All notable changes to `QueryAdapter` will be documented in this file

- Fixing Bug filter by relation data
- Update scenario for filtered relation data

## 1.0.4-Beta - 2021-11-03

- Fixing Bug Pagination Request
4 changes: 1 addition & 3 deletions src/DxAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ public function initializeQueryModel($query, ?Request $request = null): self

public function initializeRequest($request): self
{
$this->request = $request
? DxAdapterRequest::fromRequest($request)
: app(DxAdapterRequest::class);
$this->request = $request ?: app(DxAdapterRequest::class);

return $this;
}
Expand Down

0 comments on commit bdd0ec4

Please sign in to comment.