Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab authored and actions-user committed Feb 13, 2021
1 parent e9ae884 commit 9778a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasMangopayUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function createMangopayUser(array $data = [])
public function updateMangopayUser(array $data = [])
{
$pivot = $this->mangopayUserPivot();
if (!$pivot) {
if (! $pivot) {
throw MangopayUserException::mangopayUserIdNotFound(get_class($this));
}

Expand Down

0 comments on commit 9778a12

Please sign in to comment.