From 2de7962ecc81acca8d767aad5bc35214ac7a8fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 4 Mar 2021 15:19:02 +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 --- Database/ActiveRecord.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database/ActiveRecord.php b/Database/ActiveRecord.php index eff736b2..49cecfbc 100644 --- a/Database/ActiveRecord.php +++ b/Database/ActiveRecord.php @@ -296,6 +296,8 @@ class ActiveRecord extends BaseActiveRecord private function runRelate(): array { $relates = []; + + var_dump($this->_with); if (empty($this->_with)) { return $relates; }