Skip to content

Commit

Permalink
Merge pull request #5 from langleyfoxall/fix/add-updated-at-property-…
Browse files Browse the repository at this point in the history
…to-media

Added $updated_at docblock property to Media
  • Loading branch information
Gregory Mayes authored Aug 24, 2020
2 parents 4bee46f + 4ca2ed1 commit 1af96ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entities/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @see Product
* @property-read string $thumbnail
* @property-read string $url
* @property-read int $updated_at Unix timestamp
*/
class Media extends AbstractEntity
{
Expand Down

0 comments on commit 1af96ed

Please sign in to comment.