Skip to content

Commit 839f8d7

Browse files
committed
indentation fix
1 parent f4e490c commit 839f8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MoneywaveApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __set($key, $value)
4444
public function dispatch($method = "POST")
4545
{
4646
try {
47-
$result = $this->moneywave->request($method, $this->url, array(
47+
$result = $this->moneywave->request($method, $this->url, array(
4848
"form_params" => $this->data,
4949
"headers" => ["Authorization" => $this->moneywave->getToken()]
5050
));

0 commit comments

Comments
 (0)