You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* @return Collection
*/
public function getList($params = [])
{
return new Collection([$this->get()]);
}
/**
* @param string $id
* @param array $params
* @return \Webleit\ZohoBooksApi\Models\Model
*/
public function get ($id, array $params = [])
{
return parent::get($id, $params); // TODO: Change the autogenerated stub
}
The text was updated successfully, but these errors were encountered:
midweste
changed the title
settings->openingbalances->getList calls get() with no parameters causing fatal error
settings->openingbalances->getList calls get() without required parameters causing fatal error
Dec 27, 2023
getList calls $this->get() without required parameters:
https://github.com/Weble/ZohoBooksApi/blob/905b00d4a75b689a7f16dc1a5efb3f10a4b7c50e/src/Modules/Settings/OpeningBalances.php#L45C47-L45C47
The text was updated successfully, but these errors were encountered: