Commit a6d209df authored by Mark Harding's avatar Mark Harding

(fix): cs styling

1 merge request!254&37 - Multi-currency
Pipeline #79211001 running with stages
......@@ -44,10 +44,10 @@ class bank implements Interfaces\Api
try {
$connectManager->addBankAccount($account);
} catch (\Exception $e) {
return Factory::response([
'status' => 'error',
'message' => $e->getMessage(),
]);
return Factory::response([
'status' => 'error',
'message' => $e->getMessage(),
]);
}
return Factory::response([]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment