From 88d4dcbe4e1aa6fd095868a88d9fecc775b75167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 10:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Collection.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } /**