This commit is contained in:
2020-09-08 10:28:57 +08:00
parent 10133953c3
commit 88d4dcbe4e
+2 -1
View File
@@ -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;
}
/**