From b5db580ee58f1b3aba01a19035f35eb6bac404c9 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Fri, 25 Nov 2022 09:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96zone=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Repositories/ZoneRepo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beike/Repositories/ZoneRepo.php b/beike/Repositories/ZoneRepo.php index 49c1695b..653a774e 100644 --- a/beike/Repositories/ZoneRepo.php +++ b/beike/Repositories/ZoneRepo.php @@ -80,10 +80,10 @@ class ZoneRepo } /** - * @param $data + * @param array $data * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator */ - public static function list($data) + public static function list(array $data = []) { $builder = Zone::query();