Skip to content

Commit

Permalink
Merge pull request #6 from DarkGhostHunter/master
Browse files Browse the repository at this point in the history
Adds missing Stringable interface
  • Loading branch information
DarkGhostHunter committed Dec 23, 2021
2 parents 72f94b5 + 68c0a35 commit a3522b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Services/Transactions/Response.php
Expand Up @@ -2,7 +2,9 @@

namespace DarkGhostHunter\Transbank\Services\Transactions;

class Response
use Stringable;

class Response implements Stringable
{
/**
* Response constructor.
Expand Down

0 comments on commit a3522b7

Please sign in to comment.