Skip to content

Commit

Permalink
Added new field + small fix to README (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking authored Aug 12, 2021
1 parent f75cf43 commit 7dc594b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<!--<a href="https://packagist.org/packages/tcgdex/sdk">
<img src="https://img.shields.io/packagist/v/tcgdex/sdk?include_prereleases&style=flat-square" alt="Packagist Version">
</a>-->
<a href="https://packagist.org/packages/tcgdex/sdk">
<img src="https://img.shields.io/github/v/release/tcgdex/php-sdk?include_prereleases&style=flat-square" alt="Packagist Version">
</a>
<a href="https://packagist.org/packages/tcgdex/sdk">
<img src="https://img.shields.io/packagist/dm/tcgdex/sdk?style=flat-square" alt="NPM Downloads">
</a>
Expand Down Expand Up @@ -53,6 +53,6 @@ TCGdex::$client = /* PSR18 ClientInterface */;
// initialize the SDK with the language
$tcgdex = new TCGdex("en");

// Fetch you cards !
// Fetch the cards !
$card = $tcgdex->fetchCard('1', 'Sword & Shield');
```
5 changes: 5 additions & 0 deletions src/Model/SerieResume.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ class SerieResume extends Model
*/
public $name;

/**
* @var string|null
*/
public $logo;

/**
* @return Serie
*/
Expand Down

0 comments on commit 7dc594b

Please sign in to comment.