diff --git a/Database/Collection.php b/Database/Collection.php index 54012082..3abf4cee 100644 --- a/Database/Collection.php +++ b/Database/Collection.php @@ -31,7 +31,8 @@ class Collection extends AbstractCollection */ public function getItems() { - return $this->_item; // TODO: Change the autogenerated stub + // TODO: Change the autogenerated stub + return $this->_item; } /**