Skip to content

Commit

Permalink
Merge pull request #3 from michaelgatuma/dev
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
michaelgatuma authored May 16, 2022
2 parents 392fa02 + 1c31553 commit 84d1ed0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/laravel-kopokopo.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getStatus($options): array
$dataHandler = new FailedResponseData();
return $this->error($dataHandler->setErrorData($e));
} catch (Exception $e) {
return $this->error($e->getMessage());
return $this->error($e);
}
}
}

0 comments on commit 84d1ed0

Please sign in to comment.