Skip to content

Commit

Permalink
Renamed fromJsonToModel to createFromJsonString in BunqModel. #67
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 12, 2017
1 parent 5040d98 commit 0fbeea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Core/BunqModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected static function fromJsonList(
*
* @return BunqModel
*/
public static function fromJsonToModel(string $json): BunqModel
public static function createFromJsonString(string $json): BunqModel
{
$responseArray = ModelUtil::deserializeResponseArray($json);

Expand Down

0 comments on commit 0fbeea6

Please sign in to comment.