diff --git a/src/Plaid.php b/src/Plaid.php index c4788ce..4f966ae 100644 --- a/src/Plaid.php +++ b/src/Plaid.php @@ -10,7 +10,7 @@ use Shuttle\Shuttle; use TomorrowIdeas\Plaid\Entities\Address; -final class Plaid +class Plaid { /** * Plaid API host environment. @@ -939,4 +939,4 @@ public function listPayments(array $options = []): object $this->buildRequest("post", "payment_initiation/payment/list", $this->clientCredentials($params)) ); } -} \ No newline at end of file +}