Skip to content

Commit

Permalink
https://github.com/amocrm/amocrm-api-php/issues/432
Browse files Browse the repository at this point in the history
  • Loading branch information
makeroi authored Jan 15, 2022
1 parent 597eef6 commit b18b016
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 b18b016

Please sign in to comment.