Skip to content

Commit

Permalink
Merge pull request #216 from bunq/1.14.2
Browse files Browse the repository at this point in the history
1.14.2
  • Loading branch information
bunq-bot authored Sep 15, 2021
2 parents 73e548d + 662ed48 commit 26a8f23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Model/Core/BunqModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ protected static function createFromResponseArray(
$responseArray = $responseArray[$wrapper];
}

if (empty($responseArray)) {
return null;
}

return self::createInstanceFromResponseArray($responseArray);
}

Expand Down

0 comments on commit 26a8f23

Please sign in to comment.