From 87b91b1bb4625ea5ba46ce8bd53989c3416209e1 Mon Sep 17 00:00:00 2001 From: Nicolas_Gong <1321408219@qq.com> Date: Fri, 5 Nov 2021 03:05:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/model/concern/RelationShip.php.=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=83=BD=E6=98=AFmixed=EF=BC=8C=E5=88=B0?= =?UTF-8?q?=E4=BA=86=E5=85=A5=E5=8F=82=E5=B0=B1=E5=BC=BA=E5=88=B6string?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E4=B8=8D=E7=BB=99=E4=BC=A0array=E4=BA=86?= =?UTF-8?q?=E3=80=82=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/concern/RelationShip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/concern/RelationShip.php b/src/model/concern/RelationShip.php index 33c1b89..caf1df3 100644 --- a/src/model/concern/RelationShip.php +++ b/src/model/concern/RelationShip.php @@ -208,7 +208,7 @@ trait RelationShip * @param Query $query Query对象 * @return Query */ - public static function hasWhere(string $relation, $where = [], string $fields = '*', string $joinType = '', Query $query = null): Query + public static function hasWhere(string $relation, $where = [], $fields = '*', string $joinType = '', Query $query = null): Query { return (new static()) ->$relation() -- Gitee