From b18b016b31acd5f9e3c83ad465781ca1108253e4 Mon Sep 17 00:00:00 2001 From: Rodionov Viacheslav <72909976+makeroi@users.noreply.github.com> Date: Sat, 15 Jan 2022 18:36:30 +0300 Subject: [PATCH] https://github.com/amocrm/amocrm-api-php/issues/432 --- src/AmoCRM/Models/AccountModel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AmoCRM/Models/AccountModel.php b/src/AmoCRM/Models/AccountModel.php index 96bb6ad8..40407c03 100644 --- a/src/AmoCRM/Models/AccountModel.php +++ b/src/AmoCRM/Models/AccountModel.php @@ -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; }