Skip to content

Commit

Permalink
Implement PSR interface (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
fs613fs authored Oct 17, 2021
1 parent dba8652 commit bba98b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonApi/Client/JsonApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use WoohooLabs\Yang\JsonApi\Serializer\DeserializerInterface;
use WoohooLabs\Yang\JsonApi\Serializer\JsonDeserializer;

class JsonApiClient
class JsonApiClient implements ClientInterface
{
private ClientInterface $client;
private DeserializerInterface $deserializer;
Expand Down

0 comments on commit bba98b2

Please sign in to comment.