Skip to content

Commit

Permalink
Apply fixes from StyleCI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuscnielsen authored Jan 11, 2018
1 parent d887c95 commit b1283bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Repositories/EscrowRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public function findOrCreate($escrowable, $customer, $provider)
{
try {
return $this->findOrFail($escrowable, $customer, $provider);
}
catch (Exception $e) {
} catch (Exception $e) {
return $this->create($escrowable, $customer, $provider);
}
}
Expand Down

0 comments on commit b1283bf

Please sign in to comment.