Skip to content

Commit fe13fb9

Browse files
authored
Merge pull request #66 from holtkamp/patch-1
Remove double fill
2 parents 2e40421 + f2c4964 commit fe13fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Picqer/Financials/Moneybird/Model.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ private function getArrayWithNestedObjects($useAttributesAppend = true)
253253
public function makeFromResponse($response)
254254
{
255255
$entity = new static($this->connection);
256-
$entity->fill($response);
257-
258256
$entity->selfFromResponse($response);
259257

260258
return $entity;

0 commit comments

Comments
 (0)