Skip to content

Commit

Permalink
Update ActiveHttpClient.php
Browse files Browse the repository at this point in the history
readd prepare for build url.
  • Loading branch information
papppeter authored May 4, 2020
1 parent 0b8e332 commit e65967a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ActiveHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public function getClient()

public function buildUrl(ActiveResourceQuery $resourceQuery)
{
$resourceQuery->prepare();

/* @var $modelClass ActiveResource */
$modelClass = $resourceQuery->modelClass;

Expand Down Expand Up @@ -109,4 +111,4 @@ public function buildInsertUrl(ActiveResourceQuery $resourceQuery)
return $url;
}

}
}

0 comments on commit e65967a

Please sign in to comment.