From 550aa6a0877347ddd30fef1bed196ac4d319f80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 19 Oct 2021 18:28:18 +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 --- src/Model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Model.php b/src/Model.php index 0e6469b..b1c0055 100644 --- a/src/Model.php +++ b/src/Model.php @@ -311,6 +311,9 @@ class Model extends Base\Model private function runRelate(): array { $relates = []; + + var_dump($this->getWith()); + if (empty($with = $this->getWith())) { return $relates; }