Skip to content

Commit

Permalink
fix: assets
Browse files Browse the repository at this point in the history
  • Loading branch information
npldevfr committed Jan 23, 2024
1 parent 5052ec0 commit 1155ad0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<br />


![Fancy logo](./docs/images/light.png#gh-dark-mode-only)
![Fancy logo](./docs/images/dark.png#gh-light-mode-only)
![Fancy logo](./docs/images/dark.png#gh-dark-mode-only)
![Fancy logo](./docs/images/light.png#gh-light-mode-only)

<h3>
Liquipedia PHP Client
Expand Down
Binary file modified docs/images/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Query/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Npldevfr\Liquipedia\Query;

use http\Client;
use GuzzleHttp\Client;
use Npldevfr\Liquipedia\Interfaces\QueryBuilderInterface;

abstract class QueryBuilder implements QueryBuilderInterface
Expand All @@ -29,7 +29,7 @@ public function __construct(
else
$this->queryParameters = new QueryParameters();

$this->client = $client ??
$this->client = $client ?? new Client();
}

public function build(): array
Expand Down

0 comments on commit 1155ad0

Please sign in to comment.