From e6d7ee8f55dee00b1f2017efd70b521361b8b6d5 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sun, 21 Jun 2020 18:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/base/CatchRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/base/CatchRepository.php b/extend/catcher/base/CatchRepository.php index 37c1800..aee1824 100644 --- a/extend/catcher/base/CatchRepository.php +++ b/extend/catcher/base/CatchRepository.php @@ -13,7 +13,7 @@ namespace catcher\base; /** * @method getList(array $data = []) - * @method store(array $data) + * @method storeBy(array $data) * @method updateBy(int $id, array $data) * @method findBy(int $id, array $column = ['*']) * @method deleteBy(int $id)