Skip to content

Commit

Permalink
Merge pull request #433 from makeroi/patch-7
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
bessudnov authored Jan 17, 2022
2 parents 597eef6 + b18b016 commit 52d2cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AmoCRM/Models/AccountModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ public function setAmojoId(?string $id): self
}

/**
* @return bool
* @return bool|null
*/
public function getIsApiFilterEnabled(): bool
public function getIsApiFilterEnabled(): ?bool
{
return $this->isApiFilterEnabled;
}
Expand Down

0 comments on commit 52d2cee

Please sign in to comment.