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; }