From be3ceb8ccc0d168f236bfe7a297d557597aae97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 30 Jun 2022 16:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/AbstractCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/AbstractCollection.php b/Base/AbstractCollection.php index 921e1b0..291be02 100644 --- a/Base/AbstractCollection.php +++ b/Base/AbstractCollection.php @@ -16,7 +16,7 @@ use Database\ModelInterface; use Exception; use JetBrains\PhpStorm\Pure; use Kiri\Abstracts\Component; -use Kiri\ReturnTypeWillChange; +use ReturnTypeWillChange; use Kiri\ToArray; use Traversable;