Skip to content

Commit 1a11359

Browse files
authored
Merge pull request #104 from zFl4wless/fix/json-serializable
fix: missing JsonSerializable implementation
2 parents c32c756 + 6d7d556 commit 1a11359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Struct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Vin\ShopwareSdk\Data;
44

5-
class Struct
5+
class Struct implements \JsonSerializable
66
{
77
/**
88
* @var Struct[]

0 commit comments

Comments
 (0)