diff --git a/src/XeroPHP/Remote/Collection.php b/src/XeroPHP/Remote/Collection.php index 3dfa4b7b..ec61765a 100644 --- a/src/XeroPHP/Remote/Collection.php +++ b/src/XeroPHP/Remote/Collection.php @@ -22,7 +22,7 @@ public function addAssociatedObject($parent_property, Model $object) * * @return bool */ - public function empty() + public function isEmpty() { return !count($this); }