Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Adds settable trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 20, 2016
1 parent 1575a26 commit c27570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Gateway
{
use Gettable;
use Gettable, Settable;

/**
* Determine if we will use the Address Verification Service.
Expand Down

0 comments on commit c27570d

Please sign in to comment.